mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 19:06:58 -05:00
10 lines
123 B
JavaScript
10 lines
123 B
JavaScript
|
|
module.exports = {
|
||
|
|
site: 'example.com',
|
||
|
|
url() {
|
||
|
|
return `https://example.com`
|
||
|
|
},
|
||
|
|
parser() {
|
||
|
|
return []
|
||
|
|
}
|
||
|
|
}
|