Update magticom.ge

This commit is contained in:
freearhey 2023-12-03 17:06:42 +03:00
parent 4469538a00
commit 21d0bdf148
3 changed files with 23 additions and 5 deletions

View file

@ -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>

View file

@ -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')

View 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
```