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

8 lines
206 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',
2021-03-19 20:28:52 +01:00
parser: () => [],
logo: () => 'http://example.com/logos/1TV.png'
2021-03-19 20:17:07 +01:00
}