epg-grabber/tests/input/mini.config.js

6 lines
116 B
JavaScript
Raw Normal View History

2021-09-15 10:20:03 +02:00
module.exports = {
site: 'example.com',
url: () => 'http://example.com/20210319/1tv.json',
parser: () => []
}