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

7 lines
126 B
JavaScript
Raw Normal View History

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