mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 09:30:06 -04:00
Update test data
This commit is contained in:
parent
97d4e7ad6d
commit
047df3c707
35 changed files with 130 additions and 112 deletions
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels site="parse-channels.com">
|
||||
<channel lang="en" xmltv_id="CNNInternational.us" site_id="140">CNN International</channel>
|
||||
</channels>
|
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'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue