Update musor.tv

This commit is contained in:
freearhey 2023-12-03 18:14:57 +03:00
parent 732a31b7cc
commit 6421117285
3 changed files with 23 additions and 5 deletions

View file

@ -18,7 +18,7 @@
<channel site="musor.tv" lang="en" xmltv_id="TraceSportStars.fr" site_id="TRACESPORTS">Trace Sport Stars HD</channel> <channel site="musor.tv" lang="en" xmltv_id="TraceSportStars.fr" site_id="TRACESPORTS">Trace Sport Stars HD</channel>
<channel site="musor.tv" lang="en" xmltv_id="TraceUrban.fr" site_id="TRACEURBAN">Trace Urban (HD)</channel> <channel site="musor.tv" lang="en" xmltv_id="TraceUrban.fr" site_id="TRACEURBAN">Trace Urban (HD)</channel>
<channel site="musor.tv" lang="en" xmltv_id="Travelxp.in" site_id="TRAVELXP">Travel XP (HD)</channel> <channel site="musor.tv" lang="en" xmltv_id="Travelxp.in" site_id="TRAVELXP">Travel XP (HD)</channel>
<!-- <channel site="musor.tv" lang="hu" xmltv_id="" site_id="360TUNEBOX">360 TuneBox</channel> <channel site="musor.tv" lang="hu" xmltv_id="" site_id="360TUNEBOX">360 TuneBox</channel>
<channel site="musor.tv" lang="hu" xmltv_id="" site_id="CARTOONITO">Cartoonito</channel> <channel site="musor.tv" lang="hu" xmltv_id="" site_id="CARTOONITO">Cartoonito</channel>
<channel site="musor.tv" lang="hu" xmltv_id="" site_id="DANKO_RADIO">Dankó Rádió</channel> <channel site="musor.tv" lang="hu" xmltv_id="" site_id="DANKO_RADIO">Dankó Rádió</channel>
<channel site="musor.tv" lang="hu" xmltv_id="" site_id="DEBRECEN_TV">Debrecen TV</channel> <channel site="musor.tv" lang="hu" xmltv_id="" site_id="DEBRECEN_TV">Debrecen TV</channel>
@ -40,7 +40,7 @@
<channel site="musor.tv" lang="hu" xmltv_id="" site_id="RTL3">RTL HÁROM (HD)</channel> <channel site="musor.tv" lang="hu" xmltv_id="" site_id="RTL3">RTL HÁROM (HD)</channel>
<channel site="musor.tv" lang="hu" xmltv_id="" site_id="RUSSKOE_KINO">TV1000 Russian Kino</channel> <channel site="musor.tv" lang="hu" xmltv_id="" site_id="RUSSKOE_KINO">TV1000 Russian Kino</channel>
<channel site="musor.tv" lang="hu" xmltv_id="" site_id="TRAVELXP_4K">Travel XP 4K</channel> <channel site="musor.tv" lang="hu" xmltv_id="" site_id="TRAVELXP_4K">Travel XP 4K</channel>
<channel site="musor.tv" lang="hu" xmltv_id="" site_id="VIASAT_FILM">Viasat Film</channel> --> <channel site="musor.tv" lang="hu" xmltv_id="" site_id="VIASAT_FILM">Viasat Film</channel>
<channel site="musor.tv" lang="hu" xmltv_id="7TV.hu" site_id="7TV">7.TV</channel> <channel site="musor.tv" lang="hu" xmltv_id="7TV.hu" site_id="7TV">7.TV</channel>
<channel site="musor.tv" lang="hu" xmltv_id="AMC.hu" site_id="AMC">AMC (HD)</channel> <channel site="musor.tv" lang="hu" xmltv_id="AMC.hu" site_id="AMC">AMC (HD)</channel>
<channel site="musor.tv" lang="hu" xmltv_id="AnimalPlanetEurope.uk" site_id="ANIMAL">Animal Planet (HD)</channel> <channel site="musor.tv" lang="hu" xmltv_id="AnimalPlanetEurope.uk" site_id="ANIMAL">Animal Planet (HD)</channel>

View file

@ -1,6 +1,3 @@
// npm run channels:parse -- --config=./sites/musor.tv/musor.tv.config.js --output=./sites/musor.tv/musor.tv.channels.xml
// npm run grab -- --site=musor.tv
const { parser, url } = require('./musor.tv.config.js') const { parser, url } = require('./musor.tv.config.js')
const fs = require('fs') const fs = require('fs')
const path = require('path') const path = require('path')

21
sites/musor.tv/readme.md Normal file
View file

@ -0,0 +1,21 @@
# musor.tv
https://musor.tv/
### Download the guide
```sh
npm run grab -- --site=musor.tv
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/musor.tv/musor.tv.config.js --output=./sites/musor.tv/musor.tv.channels.xml
```
### Test
```sh
npm test -- musor.tv
```