6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
|
module.exports = {
|
||
|
site: 'example.com',
|
||
|
url: () => 'http://example.com/20210319/1tv.json',
|
||
|
parser: () => []
|
||
|
}
|