mirror of
https://github.com/iptv-org/database.git
synced 2024-11-23 11:24:10 -05:00
Compare commits
No commits in common. "64dad53e3c79591fb17c68b7f4ecc7262f8fe3de" and "3099d20e0eb4a024370354d57ab442f4de7f2c46" have entirely different histories.
64dad53e3c
...
3099d20e0e
2 changed files with 51 additions and 189 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