mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Merge branch 'master' of https://github.com/iptv-org/epg
This commit is contained in:
commit
069b8db723
3 changed files with 11 additions and 2 deletions
|
@ -11,7 +11,8 @@ dayjs.extend(customParseFormat)
|
||||||
const tz = {
|
const tz = {
|
||||||
au: 'Australia/Sydney',
|
au: 'Australia/Sydney',
|
||||||
ie: 'Europe/Dublin',
|
ie: 'Europe/Dublin',
|
||||||
uk: 'Europe/London'
|
uk: 'Europe/London',
|
||||||
|
us: 'America/New_York'
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
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 { parser, url } = require('./ontvtonight.com.config.js')
|
||||||
const dayjs = require('dayjs')
|
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>
|
Loading…
Add table
Add a link
Reference in a new issue