mirror of
https://github.com/iptv-org/epg
synced 2026-04-11 13:22:52 -04:00
Update cosmote.gr
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<!-- <channel site="cosmote.gr" lang="el" xmltv_id="" site_id="a-epsilon">α.Epsilon</channel>
|
||||
<channel site="cosmote.gr" lang="el" xmltv_id="" site_id="a-epsilon">α.Epsilon</channel>
|
||||
<channel site="cosmote.gr" lang="el" xmltv_id="" site_id="action-24">Action 24</channel>
|
||||
<channel site="cosmote.gr" lang="el" xmltv_id="" site_id="alpha-hd">ALPHA HD</channel>
|
||||
<channel site="cosmote.gr" lang="el" xmltv_id="" site_id="ant1-hd">ANT1 HD</channel>
|
||||
@@ -61,7 +61,7 @@
|
||||
<channel site="cosmote.gr" lang="el" xmltv_id="" site_id="viasat-explore-hd">Viasat Explore HD</channel>
|
||||
<channel site="cosmote.gr" lang="el" xmltv_id="" site_id="viasat-history-hd">Viasat History HD</channel>
|
||||
<channel site="cosmote.gr" lang="el" xmltv_id="" site_id="viasat-nature-hd">Viasat Nature HD</channel>
|
||||
<channel site="cosmote.gr" lang="el" xmltv_id="" site_id="vixen">VIXEN</channel> -->
|
||||
<channel site="cosmote.gr" lang="el" xmltv_id="" site_id="vixen">VIXEN</channel>
|
||||
<channel site="cosmote.gr" lang="el" xmltv_id="4E.gr" site_id="4e">4Ε</channel>
|
||||
<channel site="cosmote.gr" lang="el" xmltv_id="AigaioTV.gr" site_id="aigaio-tv">Αιγαίο TV</channel>
|
||||
<channel site="cosmote.gr" lang="el" xmltv_id="Alarabiya.ae" site_id="al-arabiya">Al Arabiya</channel>
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
// [Geo-blocked] npm run channels:parse -- --config=./sites/cosmote.gr/cosmote.gr.config.js --output=./sites/cosmote.gr/cosmote.gr.channels.xml
|
||||
// [Geo-blocked] npm run grab -- --site=cosmote.gr
|
||||
|
||||
const { parser, url } = require('./cosmote.gr.config.js')
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
|
||||
21
sites/cosmote.gr/readme.md
Normal file
21
sites/cosmote.gr/readme.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# cosmote.gr
|
||||
|
||||
https://www.cosmote.gr/ _[Geo-blocked]_
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=cosmote.gr
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/cosmote.gr/cosmote.gr.config.js --output=./sites/cosmote.gr/cosmote.gr.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- cosmote.gr
|
||||
```
|
||||
Reference in New Issue
Block a user