mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update magticom.ge
This commit is contained in:
parent
4469538a00
commit
21d0bdf148
3 changed files with 23 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
<channel site="magticom.ge" lang="en" xmltv_id="France24English.fr" site_id="161">France 24</channel>
|
||||
<channel site="magticom.ge" lang="en" xmltv_id="MTV.ru" site_id="99">MTV Live HD</channel>
|
||||
<channel site="magticom.ge" lang="en" xmltv_id="RT.ru" site_id="154">Russia Today</channel>
|
||||
<!-- <channel site="magticom.ge" lang="ka" xmltv_id="" site_id="5">1 Канал</channel>
|
||||
<channel site="magticom.ge" lang="ka" xmltv_id="" site_id="5">1 Канал</channel>
|
||||
<channel site="magticom.ge" lang="ka" xmltv_id="" site_id="17">Зоопарk</channel>
|
||||
<channel site="magticom.ge" lang="ka" xmltv_id="" site_id="36">Discovery Channel</channel>
|
||||
<channel site="magticom.ge" lang="ka" xmltv_id="" site_id="51">MTV 00s</channel>
|
||||
|
@ -138,7 +138,7 @@
|
|||
<channel site="magticom.ge" lang="ka" xmltv_id="" site_id="76360">პარლამენტის არხი</channel>
|
||||
<channel site="magticom.ge" lang="ka" xmltv_id="" site_id="76361">4ever Music</channel>
|
||||
<channel site="magticom.ge" lang="ka" xmltv_id="" site_id="76362">Sumiko</channel>
|
||||
<channel site="magticom.ge" lang="ka" xmltv_id="" site_id="76363">Кинеко</channel> -->
|
||||
<channel site="magticom.ge" lang="ka" xmltv_id="" site_id="76363">Кинеко</channel>
|
||||
<channel site="magticom.ge" lang="ka" xmltv_id="1TV.ge" site_id="3">პირველი არხი</channel>
|
||||
<channel site="magticom.ge" lang="ka" xmltv_id="2TV.ge" site_id="167">პირველი არხი/ტელესკოლა</channel>
|
||||
<channel site="magticom.ge" lang="ka" xmltv_id="Adjarasport1.ge" site_id="121">Setanta Sports 3</channel>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
// npm run channels:parse -- --config=./sites/magticom.ge/magticom.ge.config.js --output=./sites/magticom.ge/magticom.ge.channels.xml
|
||||
// npm run grab -- --site=magticom.ge
|
||||
|
||||
const { parser, url, request } = require('./magticom.ge.config.js')
|
||||
const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
|
|
21
sites/magticom.ge/readme.md
Normal file
21
sites/magticom.ge/readme.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# magticom.ge
|
||||
|
||||
https://www.magticom.ge/ka/tv/ip-tv/tv-guide
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=magticom.ge
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/magticom.ge/magticom.ge.config.js --output=./sites/magticom.ge/magticom.ge.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- magticom.ge
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue