Enable beinsports.com

This commit is contained in:
Aleksandr Statciuk 2022-05-08 14:37:09 +03:00
parent 7c4f728b0a
commit 95427c812b
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,6 @@ dayjs.extend(customParseFormat)
module.exports = {
site: 'beinsports.com',
ignore: true, // NOTE: there is no program for the current date on the site
url: function ({ date }) {
return `https://epg.beinsports.com/utctime.php?mins=00&serviceidentity=beinsports.com&cdate=${date.format(
'YYYY-MM-DD'

View file

@ -1,4 +1,4 @@
// npx epg-grabber --config=sites/beinsports.com/beinsports.com.config.js --channels=sites/beinsports.com/beinsports.com_qa.channels.xml --days=2 --output=.gh-pages/guides/qa/beinsports.com.epg.xml
// npx epg-grabber --config=sites/beinsports.com/beinsports.com.config.js --channels=sites/beinsports.com/beinsports.com_qa.channels.xml --output=guide.xml --timeout=30000 --days=2
const { parser, url } = require('./beinsports.com.config.js')
const dayjs = require('dayjs')