epg-grabber/tests/input/example.com.config.js

7 lines
156 B
JavaScript
Raw Normal View History

2021-03-19 20:17:07 +01:00
module.exports = {
site: 'example.com',
channels: 'example.com.channels.xml',
url: () => 'http://example.com/20210319/1tv.json',
parser: () => []
}