mirror of
https://github.com/iptv-org/database.git
synced 2024-11-23 19:34:09 -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}$/)
|
.regex(/^[A-Za-z0-9]+\.[a-z]{2}$/)
|
||||||
.required(),
|
.required(),
|
||||||
name: Joi.string()
|
name: Joi.string()
|
||||||
.regex(/^[a-z0-9-!:&.+'/»#%°$@?|¡–\s_—]+$/i)
|
.regex(/^[a-z0-9-!:&.+'/»#%°$@?|¡–\s]+$/i)
|
||||||
.required(),
|
.required(),
|
||||||
alt_names: Joi.array().items(
|
alt_names: Joi.array().items(
|
||||||
Joi.string()
|
Joi.string()
|
||||||
|
|
Loading…
Reference in a new issue