mirror of
https://github.com/iptv-org/epg
synced 2025-12-21 04:47:00 -05:00
wip
This commit is contained in:
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 []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user