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}$/)
|
.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