mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Adds the number of days to config.js
This commit is contained in:
@@ -2,6 +2,7 @@ const dayjs = require('dayjs')
|
||||
|
||||
module.exports = {
|
||||
site: 'frikanalen.no',
|
||||
days: 2,
|
||||
url({ date }) {
|
||||
return `https://frikanalen.no/api/scheduleitems/?date=${date.format(
|
||||
'YYYY-MM-DD'
|
||||
|
||||
Reference in New Issue
Block a user