epg/sites/sat.tv
2025-01-13 17:50:28 +03:00
..
__data__ Create no_content.html 2023-06-26 19:02:21 +03:00
readme.md Add missing space 2024-12-17 20:14:19 +03:00
sat.tv.config.js Fix linter issues in sites/ 2025-01-01 12:27:22 +03:00
sat.tv.test.js Replaces icon with image 2024-06-24 16:49:35 +03:00
sat.tv_ar.channels.xml Remove wrong xmltv_ids 2025-01-13 17:50:28 +03:00
sat.tv_en.channels.xml Remove wrong xmltv_ids 2025-01-13 17:50:28 +03:00

sat.tv

https://sat.tv/tv-channels

Download the guide

Arabic:

npm run grab --- --site=sat.tv --lang=ar

English:

npm run grab --- --site=sat.tv --lang=en

Update channel list

Arabic:

npm run channels:parse --- --config=./sites/sat.tv/sat.tv.config.js --output=./sites/sat.tv/sat.tv_ar.channels.xml --set=lang:ar

English:

npm run channels:parse --- --config=./sites/sat.tv/sat.tv.config.js --output=./sites/sat.tv/sat.tv_en.channels.xml --set=lang:en

Test

npm test --- sat.tv