mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Removes rotana.net from the queue
This commit is contained in:
parent
d8e67eb81d
commit
9ce24f0248
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ dayjs.extend(customParseFormat)
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
site: 'rotana.net',
|
site: 'rotana.net',
|
||||||
|
ignore: true, // NOTE: there is no program for the current date on the site
|
||||||
url({ channel, date }) {
|
url({ channel, date }) {
|
||||||
return `https://rotana.net/triAssets/uploads/2020/${date.format('MM')}/${channel.site_id}.csv`
|
return `https://rotana.net/triAssets/uploads/2020/${date.format('MM')}/${channel.site_id}.csv`
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// npx epg-grabber --config=sites/rotana.net/rotana.net.config.js --channels=sites/rotana.net/rotana.net_sa.channels.xml --output=.gh-pages/guides/sa/rotana.net.epg.xml --days=2
|
// npx epg-grabber --config=sites/rotana.net/rotana.net.config.js --channels=sites/rotana.net/rotana.net_sa.channels.xml --output=guide.xml --days=2
|
||||||
|
|
||||||
const { parser, url, logo, request } = require('./rotana.net.config.js')
|
const { parser, url, logo, request } = require('./rotana.net.config.js')
|
||||||
const dayjs = require('dayjs')
|
const dayjs = require('dayjs')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue