mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 09:30:06 -04:00
Update create-database.js
This commit is contained in:
parent
86504690df
commit
ad6ffa03b7
4 changed files with 33 additions and 32 deletions
10
tests/__data__/input/sites/ignore.com.config.js
Normal file
10
tests/__data__/input/sites/ignore.com.config.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
module.exports = {
|
||||
site: 'ignore.com',
|
||||
ignore: true,
|
||||
url() {
|
||||
return `https://ignore.com`
|
||||
},
|
||||
parser() {
|
||||
return []
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site site="example.com">
|
||||
<site site="ignore.com">
|
||||
<channels>
|
||||
<channel lang="en" xmltv_id="1Plus2.lv" site_id="1341">1+2</channel>
|
||||
</channels>
|
Loading…
Add table
Add a link
Reference in a new issue