This commit is contained in:
Aleksandr Statciuk 2022-04-17 01:12:57 +03:00
commit 069b8db723
3 changed files with 11 additions and 2 deletions

View file

@ -11,7 +11,8 @@ dayjs.extend(customParseFormat)
const tz = {
au: 'Australia/Sydney',
ie: 'Europe/Dublin',
uk: 'Europe/London'
uk: 'Europe/London',
us: 'America/New_York'
}
module.exports = {

View file

@ -1,4 +1,5 @@
// npx epg-grabber --config=sites/ontvtonight.com/ontvtonight.com.config.js --channels=sites/ontvtonight.com/ontvtonight.com_au.channels.xml --output=.gh-pages/guides/au/ontvtonight.com.epg.xml --days=2
// npx epg-grabber --config=sites/ontvtonight.com/ontvtonight.com.config.js --channels=sites/ontvtonight.com/ontvtonight.com_au.channels.xml --output=guide.xml --days=2
// npx epg-grabber --config=sites/ontvtonight.com/ontvtonight.com.config.js --channels=sites/ontvtonight.com/ontvtonight.com_us.channels.xml --output=guide.xml --days=2
const { parser, url } = require('./ontvtonight.com.config.js')
const dayjs = require('dayjs')

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<site site="ontvtonight.com">
<channels>
<channel lang="en" xmltv_id="K16IWD12.us" site_id="#1700805265/k16iw-cmc-usa">K16IW CMC-USA</channel>
<channel lang="en" xmltv_id="K16IWD13.us" site_id="#1700812761/k16iw-cmc-tv">K16IW CMC-TV</channel>
</channels>
</site>