Update create-database.js
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user