mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update m.tv.sms.cz
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<!-- <channel site="m.tv.sms.cz" lang="cs" xmltv_id="" site_id="1%2B1+International">1+1 International</channel>
|
||||
<channel site="m.tv.sms.cz" lang="cs" xmltv_id="" site_id="1%2B1+International">1+1 International</channel>
|
||||
<channel site="m.tv.sms.cz" lang="cs" xmltv_id="" site_id="1%2B1+Maraton">1+1 Maraton</channel>
|
||||
<channel site="m.tv.sms.cz" lang="cs" xmltv_id="" site_id="1%2B1+Ukraina">1+1 Ukraina</channel>
|
||||
<channel site="m.tv.sms.cz" lang="cs" xmltv_id="" site_id="2x2">2x2</channel>
|
||||
@@ -509,7 +509,7 @@
|
||||
<channel site="m.tv.sms.cz" lang="cs" xmltv_id="" site_id="Zenebutik">Zenebutik</channel>
|
||||
<channel site="m.tv.sms.cz" lang="cs" xmltv_id="" site_id="Zwei+music">Zwei music</channel>
|
||||
<channel site="m.tv.sms.cz" lang="cs" xmltv_id="" site_id="<22>T1|"></channel>
|
||||
<channel site="m.tv.sms.cz" lang="cs" xmltv_id="" site_id="<22>T2|"></channel> -->
|
||||
<channel site="m.tv.sms.cz" lang="cs" xmltv_id="" site_id="<22>T2|"></channel>
|
||||
<channel site="m.tv.sms.cz" lang="bs" xmltv_id="BNTV.ba" site_id="BN+Televizija">BN Televizija</channel>
|
||||
<channel site="m.tv.sms.cz" lang="cs" xmltv_id="AMC.cz" site_id="AMC">AMC</channel>
|
||||
<channel site="m.tv.sms.cz" lang="cs" xmltv_id="AnimalPlanetEurope.uk" site_id="AnimalPlanet">AnimalPlanet</channel>
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
// npm run channels:parse -- --config=./sites/m.tv.sms.cz/m.tv.sms.cz.config.js --output=./sites/m.tv.sms.cz/m.tv.sms.cz.channels.xml
|
||||
// npm run grab -- --site=m.tv.sms.cz
|
||||
|
||||
const { parser, url } = require('./m.tv.sms.cz.config.js')
|
||||
const iconv = require('iconv-lite')
|
||||
const fs = require('fs')
|
||||
|
||||
21
sites/m.tv.sms.cz/readme.md
Normal file
21
sites/m.tv.sms.cz/readme.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# m.tv.sms.cz
|
||||
|
||||
https://m.tv.sms.cz/
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=m.tv.sms.cz
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/m.tv.sms.cz/m.tv.sms.cz.config.js --output=./sites/m.tv.sms.cz/m.tv.sms.cz.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- m.tv.sms.cz
|
||||
```
|
||||
Reference in New Issue
Block a user