mirror of
https://github.com/iptv-org/epg
synced 2025-12-19 20:06:52 -05:00
11 lines
137 B
JavaScript
11 lines
137 B
JavaScript
|
|
module.exports = {
|
||
|
|
site: 'ignore.com',
|
||
|
|
ignore: true,
|
||
|
|
url() {
|
||
|
|
return `https://ignore.com`
|
||
|
|
},
|
||
|
|
parser() {
|
||
|
|
return []
|
||
|
|
}
|
||
|
|
}
|