Update /sites

This commit is contained in:
freearhey
2023-10-02 06:35:33 +03:00
parent ca254a6df0
commit c0cfcf7a47
543 changed files with 30781 additions and 31187 deletions

View File

@@ -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')

View File

@@ -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>

View File

@@ -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>