Files
epg/sites/elcinema.com/readme.md

40 lines
718 B
Markdown
Raw Permalink Normal View History

2025-09-28 17:55:05 +03:00
# elcinema.com
https://elcinema.com/tvguide/ (Arabic)
https://elcinema.com/en/tvguide/ (English)
### Download the guide
Arabic:
```sh
2026-03-17 03:33:30 +03:00
npm run grab --- --sites=elcinema.com --lang=ar
2025-09-28 17:55:05 +03:00
```
English:
```sh
2026-03-17 03:33:30 +03:00
npm run grab --- --sites=elcinema.com --lang=en
2025-09-28 17:55:05 +03:00
```
### Update channel list
Arabic:
```sh
npm run channels:parse --- --config=./sites/elcinema.com/elcinema.com.config.js --output=./sites/elcinema.com/elcinema.com_ar.channels.xml --set=lang:ar
```
English:
```sh
npm run channels:parse --- --config=./sites/elcinema.com/elcinema.com.config.js --output=./sites/elcinema.com/elcinema.com_en.channels.xml --set=lang:en
```
### Test
```sh
npm test --- elcinema.com
```