mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update /sites
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
// npx epg-grabber --config=sites/nhkworldpremium.com/nhkworldpremium.com.config.js --channels=sites/nhkworldpremium.com/nhkworldpremium.com_en.channels.xml --output=guide.xml
|
||||
// npx epg-grabber --config=sites/nhkworldpremium.com/nhkworldpremium.com.config.js --channels=sites/nhkworldpremium.com/nhkworldpremium.com_ja.channels.xml --output=guide.xml
|
||||
// npm run grab -- --site=nhkworldpremium.com
|
||||
// npm run grab -- --site=nhkworldpremium.com
|
||||
|
||||
const { parser, url, request } = require('./nhkworldpremium.com.config.js')
|
||||
const { parser, url } = require('./nhkworldpremium.com.config.js')
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
const axios = require('axios')
|
||||
const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
const customParseFormat = require('dayjs/plugin/customParseFormat')
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site site="nhkworldpremium.com">
|
||||
<channels>
|
||||
<channel lang="en" xmltv_id="NHKWorldPremium.jp" site_id="#">NHK World Premium</channel>
|
||||
</channels>
|
||||
</site>
|
||||
<channels>
|
||||
<channel site="nhkworldpremium.com" lang="en" xmltv_id="NHKWorldPremium.jp" site_id="#">NHK World Premium</channel>
|
||||
</channels>
|
||||
@@ -1,6 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site site="nhkworldpremium.com">
|
||||
<channels>
|
||||
<channel lang="ja" xmltv_id="NHKWorldPremium.jp" site_id="#">NHK World Premium</channel>
|
||||
</channels>
|
||||
</site>
|
||||
<channels>
|
||||
<channel site="nhkworldpremium.com" lang="ja" xmltv_id="NHKWorldPremium.jp" site_id="#">NHK World Premium</channel>
|
||||
</channels>
|
||||
Reference in New Issue
Block a user