Compare commits

..

2 commits

Author SHA1 Message Date
freearhey
64dad53e3c Update channels.js 2023-11-30 13:14:37 +03:00
freearhey
da9e4098ee Update channels.csv 2023-11-30 13:14:14 +03:00
2 changed files with 189 additions and 51 deletions

File diff suppressed because it is too large Load diff

View file

@ -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()