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

7 lines
156 B
JavaScript

module.exports = {
site: 'example.com',
channels: 'example.com.channels.xml',
url: () => 'http://example.com/20210319/1tv.json',
parser: () => []
}