Files
epg/sites/distro.tv/readme.md

22 lines
333 B
Markdown
Raw Normal View History

2026-02-20 13:44:58 +05:30
# distro.tv
https://distro.tv
### Download the guide
```sh
2026-03-17 03:33:30 +03:00
npm run grab --- --sites=distro.tv
2026-02-20 13:44:58 +05:30
```
### Update channel list (varies based on region/IP)
```sh
npm run channels:parse --- --config=./sites/distro.tv/distro.tv.config.js --output=./sites/distro.tv/distro.tv.channels.xml
```
### Test
```sh
npm test --- distro.tv
2026-03-17 03:33:30 +03:00
```