diff --git a/sites/cosmote.gr/cosmote.gr.channels.xml b/sites/cosmote.gr/cosmote.gr.channels.xml index dd9e5729..5deca451 100644 --- a/sites/cosmote.gr/cosmote.gr.channels.xml +++ b/sites/cosmote.gr/cosmote.gr.channels.xml @@ -1,6 +1,6 @@ - + VIXEN Αιγαίο TV Al Arabiya diff --git a/sites/cosmote.gr/cosmote.gr.test.js b/sites/cosmote.gr/cosmote.gr.test.js index 7703694c..59f18290 100644 --- a/sites/cosmote.gr/cosmote.gr.test.js +++ b/sites/cosmote.gr/cosmote.gr.test.js @@ -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') diff --git a/sites/cosmote.gr/readme.md b/sites/cosmote.gr/readme.md new file mode 100644 index 00000000..ae9a51cd --- /dev/null +++ b/sites/cosmote.gr/readme.md @@ -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 +```