Create mini.config.js

This commit is contained in:
Aleksandr Statciuk 2021-09-15 11:20:03 +03:00
parent 597f0961b1
commit 45df682782
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
module.exports = {
site: 'example.com',
url: () => 'http://example.com/20210319/1tv.json',
parser: () => []
}