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

8 lines
206 B
JavaScript

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