mirror of
https://github.com/iptv-org/database.git
synced 2025-05-10 11:40:01 -04:00
Add data/blocklist.csv
This commit is contained in:
parent
57f2dd2cb8
commit
883da625ae
3 changed files with 809 additions and 0 deletions
8
scripts/db/schemes/blocklist.js
Normal file
8
scripts/db/schemes/blocklist.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
const Joi = require('joi')
|
||||
|
||||
module.exports = {
|
||||
channel: Joi.string()
|
||||
.regex(/^[A-Za-z0-9]+\.[a-z]{2}$/)
|
||||
.required(),
|
||||
ref: Joi.string().uri().required()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue