Fix API URL & Channels Site ids

This commit is contained in:
root
2022-05-27 11:27:05 +00:00
parent c944a64316
commit 7939c928c6
2 changed files with 12 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ module.exports = {
site: 'rotana.net',
ignore: true, // NOTE: there is no program for the current date on the site
url({ channel, date }) {
return `https://rotana.net/triAssets/uploads/2020/${date.format('MM')}/${channel.site_id}.csv`
return `https://rotana.net/triAssets/uploads/2020/11/${channel.site_id}.csv`
},
request: {
method: 'POST'