Update test data

This commit is contained in:
freearhey 2023-10-02 05:52:19 +03:00
parent 97d4e7ad6d
commit 047df3c707
35 changed files with 130 additions and 112 deletions

View file

@ -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>

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