Update starhubtvplus.com

This commit is contained in:
freearhey 2023-12-03 20:58:05 +03:00
parent 6d62b4ffcf
commit 1cd634ddbb
2 changed files with 25 additions and 24 deletions

View file

@ -1,29 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<channels>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="131">SONY MAX</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="135">Vijay TV</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="205">Hub Sports 5 HD</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="235">MOLA Sports</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="236">MOLA Golf</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="241">FIGHT SPORTS HD</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="437">HGTV</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="709">Bloomberg Quicktake</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="724">France24</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="820">ETTV ASIA HD</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="823">ONE HD</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="825">Hub E City HD</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="921">TestChannel921</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="922">TestChannel922</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="923">TestChannel923</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="924">TestChannel924</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="988">Test channel 988</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="989">Test channel 989</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="993">TestChannel 993</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="994">TestChannel1</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="995">TestChannel995</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="996">TestChannel996</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="997">TestChannel2</channel>
<channel site="starhubtvplus.com" lang="" xmltv_id="" site_id="998">Channel_Test</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="131">SONY MAX</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="135">Vijay TV</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="205">Hub Sports 5 HD</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="235">MOLA Sports</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="236">MOLA Golf</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="241">FIGHT SPORTS HD</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="437">HGTV</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="709">Bloomberg Quicktake</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="724">France24</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="820">ETTV ASIA HD</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="823">ONE HD</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="825">Hub E City HD</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="921">TestChannel921</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="922">TestChannel922</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="923">TestChannel923</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="924">TestChannel924</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="988">Test channel 988</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="989">Test channel 989</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="993">TestChannel 993</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="994">TestChannel1</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="995">TestChannel995</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="996">TestChannel996</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="997">TestChannel2</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="" site_id="998">Channel_Test</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="ABCAustralia.au" site_id="447">ABC Australia</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="AdithyaTV.in" site_id="158">ADITHYA TV</channel>
<channel site="starhubtvplus.com" lang="en" xmltv_id="ANC.ph" site_id="143">ANC</channel>

View file

@ -61,6 +61,7 @@ module.exports = {
.catch(console.log)
return items.map(item => ({
lang: 'en',
site_id: item.id,
name: item.name.replace('_DASH', '')
}))