Removes rotana.net from the queue

This commit is contained in:
Aleksandr Statciuk
2022-01-13 22:40:32 +03:00
parent d8e67eb81d
commit 9ce24f0248
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ dayjs.extend(customParseFormat)
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`
},