mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Merge channels.xml
This commit is contained in:
@@ -5,5 +5,9 @@
|
||||
<channel lang="en" xmltv_id="RTHKTV32.hk" site_id="32">TV 32</channel>
|
||||
<channel lang="en" xmltv_id="RTHKTV33.hk" site_id="33">TV 33</channel>
|
||||
<channel lang="en" xmltv_id="RTHKTV34.hk" site_id="34">TV 34</channel>
|
||||
<channel lang="zh" xmltv_id="RTHKTV31.hk" site_id="31">TV 31</channel>
|
||||
<channel lang="zh" xmltv_id="RTHKTV32.hk" site_id="32">TV 32</channel>
|
||||
<channel lang="zh" xmltv_id="RTHKTV33.hk" site_id="33">TV 33</channel>
|
||||
<channel lang="zh" xmltv_id="RTHKTV34.hk" site_id="34">TV 34</channel>
|
||||
</channels>
|
||||
</site>
|
||||
@@ -1,5 +1,4 @@
|
||||
// npx epg-grabber --config=sites/rthk.hk/rthk.hk.config.js --channels=sites/rthk.hk/rthk.hk_zh.channels.xml --output=guide.xml --days=2
|
||||
// npx epg-grabber --config=sites/rthk.hk/rthk.hk.config.js --channels=sites/rthk.hk/rthk.hk_en.channels.xml --output=guide.xml --days=2
|
||||
// npx epg-grabber --config=sites/rthk.hk/rthk.hk.config.js --channels=sites/rthk.hk/rthk.hk.channels.xml --output=guide.xml --days=2
|
||||
|
||||
const { parser, url, request } = require('./rthk.hk.config.js')
|
||||
const fs = require('fs')
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site site="rthk.hk">
|
||||
<channels>
|
||||
<channel lang="zh" xmltv_id="RTHKTV31.hk" site_id="31">TV 31</channel>
|
||||
<channel lang="zh" xmltv_id="RTHKTV32.hk" site_id="32">TV 32</channel>
|
||||
<channel lang="zh" xmltv_id="RTHKTV33.hk" site_id="33">TV 33</channel>
|
||||
<channel lang="zh" xmltv_id="RTHKTV34.hk" site_id="34">TV 34</channel>
|
||||
</channels>
|
||||
</site>
|
||||
Reference in New Issue
Block a user