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

6 lines
110 B
JavaScript
Raw Normal View History

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