Files
epg/sites/elcinema.com/readme.md
2025-09-28 17:55:05 +03:00

40 lines
716 B
Markdown

# elcinema.com
https://elcinema.com/tvguide/ (Arabic)
https://elcinema.com/en/tvguide/ (English)
### Download the guide
Arabic:
```sh
npm run grab --- --site=elcinema.com --lang=ar
```
English:
```sh
npm run grab --- --site=elcinema.com --lang=en
```
### 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
```