mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 01:20:08 -04:00
wip
This commit is contained in:
parent
b9ab8ee78e
commit
ba6036dd7d
18 changed files with 105 additions and 740 deletions
9
tests/__data__/input/example.com.config.js
Normal file
9
tests/__data__/input/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