mirror of
https://github.com/iptv-org/epg
synced 2025-12-19 11:56:58 -05:00
Merge branch 'master' of https://github.com/iptv-org/epg
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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')
|
||||
|
||||
7
sites/ontvtonight.com/ontvtonight.com_us.channels.xml
Normal file
7
sites/ontvtonight.com/ontvtonight.com_us.channels.xml
Normal 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>
|
||||
Reference in New Issue
Block a user