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