mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 22:16:38 -05:00
Update channels.js
This commit is contained in:
parent
b50fe000f5
commit
f79a133170
1 changed files with 59 additions and 59 deletions
|
@ -24,7 +24,7 @@ module.exports = {
|
||||||
.regex(/^[A-Z]{2}-[A-Z0-9]{1,3}$/)
|
.regex(/^[A-Z]{2}-[A-Z0-9]{1,3}$/)
|
||||||
.allow(null),
|
.allow(null),
|
||||||
city: Joi.string()
|
city: Joi.string()
|
||||||
.regex(/^[\sa-zA-Z\u00C0-\u00FF0-9'-]+$/)
|
.regex(/^[^",]+$/)
|
||||||
.allow(null),
|
.allow(null),
|
||||||
broadcast_area: Joi.array().items(
|
broadcast_area: Joi.array().items(
|
||||||
Joi.string()
|
Joi.string()
|
||||||
|
|
Loading…
Reference in a new issue