Files
epg_generator/tests/__data__/input/sites/parse-channels.config.js
2023-09-10 21:48:48 +02:00

20 lines
309 B
JavaScript

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'
}
]
}
}