mirror of
https://github.com/iptv-org/epg
synced 2026-03-21 19:30:52 -04:00
22 lines
381 B
Markdown
22 lines
381 B
Markdown
|
|
# airtelxstream.in
|
||
|
|
|
||
|
|
https://airtelxstream.in
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab --- --site=airtelxstream.in
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse --- --config=./sites/airtelxstream.in/airtelxstream.in.config.js --output=./sites/airtelxstream.in/airtelxstream.in.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test --- airtelxstream.in
|
||
|
|
```
|