mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 03:16:53 -05:00
Update example.com_ca-nl.channels.xml
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
<site site="example.com">
|
<site site="example.com">
|
||||||
<channels>
|
<channels>
|
||||||
<channel lang="ru" xmltv_id="CNNInternationalEurope.us" site_id="140">CNN International Europe</channel>
|
<channel lang="ru" xmltv_id="CNNInternationalEurope.us" site_id="140">CNN International Europe</channel>
|
||||||
<channel lang="en" xmltv_id="CNNInternationalEurope2.us" site_id="140">CNN International Europe 2</channel>
|
<channel lang="en" xmltv_id="CNNInternationalEurope2.us" site_id="141">CNN International Europe 2</channel>
|
||||||
</channels>
|
</channels>
|
||||||
</site>
|
</site>
|
||||||
@@ -27,6 +27,18 @@ it('can create channels database', () => {
|
|||||||
configPath: 'tests/__data__/input/sites/example.com.config.js',
|
configPath: 'tests/__data__/input/sites/example.com.config.js',
|
||||||
groups: ['ca-nl/example.com'],
|
groups: ['ca-nl/example.com'],
|
||||||
cluster_id: 1
|
cluster_id: 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
lang: 'en',
|
||||||
|
xmltv_id: 'CNNInternationalEurope2.us',
|
||||||
|
site_id: '141',
|
||||||
|
name: 'CNN International Europe 2',
|
||||||
|
site: 'example.com',
|
||||||
|
country: 'US',
|
||||||
|
channelsPath: 'tests/__data__/input/sites/example.com_ca-nl.channels.xml',
|
||||||
|
configPath: 'tests/__data__/input/sites/example.com.config.js',
|
||||||
|
groups: ['ca-nl/example.com'],
|
||||||
|
cluster_id: 1
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user