Create channels/parse.test.js

This commit is contained in:
Aleksandr Statciuk 2022-02-28 13:32:26 +03:00
parent 4cfbdaac3e
commit c86d32c98d
4 changed files with 55 additions and 67 deletions

View file

@ -0,0 +1,19 @@
module.exports = {
site: 'parse-channels.com',
url() {
return `https://parse-channels.com`
},
parser() {
return []
},
channels() {
return [
{
lang: 'en',
xmltv_id: 'CNNInternational.us',
site_id: 140,
name: 'CNN International'
}
]
}
}