mirror of
https://github.com/iptv-org/database.git
synced 2024-11-24 11:51:25 -05:00
Update channels.js
This commit is contained in:
parent
00109a37a2
commit
4725b3d17e
1 changed files with 2 additions and 0 deletions
|
@ -45,11 +45,13 @@ module.exports = {
|
||||||
.regex(/^[A-Za-z0-9]+\.[a-z]{2}$/)
|
.regex(/^[A-Za-z0-9]+\.[a-z]{2}$/)
|
||||||
.allow(null),
|
.allow(null),
|
||||||
website: Joi.string()
|
website: Joi.string()
|
||||||
|
.regex(/,/, { invert: true })
|
||||||
.uri({
|
.uri({
|
||||||
scheme: ['http', 'https']
|
scheme: ['http', 'https']
|
||||||
})
|
})
|
||||||
.allow(null),
|
.allow(null),
|
||||||
logo: Joi.string()
|
logo: Joi.string()
|
||||||
|
.regex(/,/, { invert: true })
|
||||||
.uri({
|
.uri({
|
||||||
scheme: ['https']
|
scheme: ['https']
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue