mirror of
https://github.com/iptv-org/database.git
synced 2024-11-21 02:22:32 -05:00
Update channels.js
This commit is contained in:
parent
da9e4098ee
commit
64dad53e3c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module.exports = {
|
|||
.regex(/^[A-Za-z0-9]+\.[a-z]{2}$/)
|
||||
.required(),
|
||||
name: Joi.string()
|
||||
.regex(/^[a-z0-9-!:&.+'/»#%°$@?|¡–\s]+$/i)
|
||||
.regex(/^[a-z0-9-!:&.+'/»#%°$@?|¡–\s_—]+$/i)
|
||||
.required(),
|
||||
alt_names: Joi.array().items(
|
||||
Joi.string()
|
||||
|
|
Loading…
Reference in a new issue