mirror of
https://github.com/iptv-org/database.git
synced 2025-05-10 03:30:01 -04:00
Update channels.ts
This commit is contained in:
parent
e22698acdc
commit
ec7795fafb
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ export default {
|
|||
.required(),
|
||||
name: Joi.string()
|
||||
.regex(/^[a-z0-9-!:&.+'/»#%°$@?|¡–\s_—]+$/i)
|
||||
.regex(/^((?!\s-\s).)*$/)
|
||||
.required(),
|
||||
alt_names: Joi.array().items(
|
||||
Joi.string()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue