mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
11 lines
134 B
JavaScript
11 lines
134 B
JavaScript
module.exports = {
|
|
site: 'example.com',
|
|
days: 2,
|
|
url() {
|
|
return `https://example.com`
|
|
},
|
|
parser() {
|
|
return []
|
|
}
|
|
}
|