Merge pull request #102 from iptv-org/patch-2022.06

Patch 2022.06
This commit is contained in:
Aleksandr Statciuk 2022-06-03 00:05:23 +03:00 committed by GitHub
commit 65d70e0376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 659 additions and 642 deletions

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@ module.exports = {
.regex(/^[A-Za-z0-9]+\.[a-z]{2}$/)
.required(),
name: Joi.string()
.regex(/^[\sa-z\u00C0-\u00FF0-9-čâộă!:&.+'/»#%°$@?()¡]+$/i)
.regex(/^[\sa-z\u00C0-\u00FF0-9-čâộăšİ!:&.+'/»#%°$@?()¡]+$/i)
.required(),
native_name: Joi.string()
.regex(/^[^",]+$/)