mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 22:16:38 -05:00
commit
65d70e0376
2 changed files with 659 additions and 642 deletions
1299
data/channels.csv
1299
data/channels.csv
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,7 @@ module.exports = {
|
|||
.regex(/^[A-Za-z0-9]+\.[a-z]{2}$/)
|
||||
.required(),
|
||||
name: Joi.string()
|
||||
.regex(/^[\sa-z\u00C0-\u00FF0-9-čâộă!:&.+'/»#%°$@?()¡]+$/i)
|
||||
.regex(/^[\sa-z\u00C0-\u00FF0-9-čâộăšİ!:&.+'/»#%°$@?()¡]+$/i)
|
||||
.required(),
|
||||
native_name: Joi.string()
|
||||
.regex(/^[^",]+$/)
|
||||
|
|
Loading…
Reference in a new issue