Adds the number of days to config.js
This commit is contained in:
@@ -2,6 +2,7 @@ const dayjs = require('dayjs')
|
||||
|
||||
module.exports = {
|
||||
site: 'tv.nu',
|
||||
days: 2,
|
||||
url: function ({ channel, date }) {
|
||||
return `https://web-api.tv.nu/channels/${channel.site_id}/schedule?date=${date.format(
|
||||
'YYYY-MM-DD'
|
||||
|
||||
Reference in New Issue
Block a user