Update cosmote.gr

This commit is contained in:
freearhey 2023-12-03 00:30:45 +03:00
parent 2eef510fd3
commit 2857ff3d8f
3 changed files with 23 additions and 5 deletions

View file

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

View file

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

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