mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
Update test data
This commit is contained in:
21
tests/__data__/input/channels-parse/channels-parse.config.js
Normal file
21
tests/__data__/input/channels-parse/channels-parse.config.js
Normal file
@@ -0,0 +1,21 @@
|
||||
module.exports = {
|
||||
site: 'parse-channels.com',
|
||||
url: 'https://parse-channels.com',
|
||||
parser() {
|
||||
return []
|
||||
},
|
||||
channels() {
|
||||
return [
|
||||
{
|
||||
lang: 'en',
|
||||
site_id: 140,
|
||||
name: 'CNN International'
|
||||
},
|
||||
{
|
||||
lang: 'en',
|
||||
site_id: 240,
|
||||
name: 'BBC World News'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user