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

22 lines
309 B
Markdown
Raw Normal View History

2023-12-02 16:00:06 +03:00
# xumo.tv
2023-12-02 16:01:39 +03:00
https://www.xumo.tv/ _[Geo-blocked]_
2023-12-02 16:00:06 +03:00
### Download the guide
```sh
npm run grab --- --site=xumo.tv
2023-12-02 16:00:06 +03:00
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/xumo.tv/xumo.tv.config.js --output=./sites/xumo.tv/xumo.tv.channels.xml
2023-12-02 16:00:06 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- xumo.tv
2023-12-02 16:00:06 +03:00
```