mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update create-database.js
This commit is contained in:
parent
5a19880855
commit
6ec705cfcc
5 changed files with 32 additions and 5 deletions
9
tests/__data__/input/sites/example.com.config.js
Normal file
9
tests/__data__/input/sites/example.com.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
site: 'example.com',
|
||||
url() {
|
||||
return `https://example.com`
|
||||
},
|
||||
parser() {
|
||||
return []
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue