mirror of
https://github.com/iptv-org/database.git
synced 2024-11-13 23:32:31 -05:00
Update channels.js
This commit is contained in:
parent
c15c8c1651
commit
e827705b81
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ module.exports = {
|
||||||
name: Joi.string()
|
name: Joi.string()
|
||||||
.regex(/^[\sa-zA-Z\u00C0-\u00FF0-9-!:&.+'/»#%°$@?()]+$/)
|
.regex(/^[\sa-zA-Z\u00C0-\u00FF0-9-!:&.+'/»#%°$@?()]+$/)
|
||||||
.required(),
|
.required(),
|
||||||
|
native_name: Joi.string()
|
||||||
|
.regex(/^[^",]+$/)
|
||||||
|
.allow(null),
|
||||||
network: Joi.string().allow(null),
|
network: Joi.string().allow(null),
|
||||||
country: Joi.string()
|
country: Joi.string()
|
||||||
.regex(/^[A-Z]{2}$/)
|
.regex(/^[A-Z]{2}$/)
|
||||||
|
|
Loading…
Reference in a new issue