mirror of
https://github.com/iptv-org/database.git
synced 2024-11-23 11:24:10 -05:00
Compare commits
2 commits
3099d20e0e
...
64dad53e3c
Author | SHA1 | Date | |
---|---|---|---|
|
64dad53e3c | ||
|
da9e4098ee |
2 changed files with 189 additions and 51 deletions
File diff suppressed because it is too large
Load diff
|
@ -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