mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
9 lines
123 B
JavaScript
9 lines
123 B
JavaScript
module.exports = {
|
|
site: 'example.com',
|
|
url() {
|
|
return `https://example.com`
|
|
},
|
|
parser() {
|
|
return []
|
|
}
|
|
}
|