Update xumo.tv

This commit is contained in:
freearhey
2023-12-02 16:00:06 +03:00
parent cd0ef77a64
commit f50ed56f92
4 changed files with 341 additions and 279 deletions

21
sites/xumo.tv/readme.md Normal file
View File

@@ -0,0 +1,21 @@
# xumo.tv
https://www.xumo.com/ _[Geo-blocked]_
### Download the guide
```sh
npm run grab -- --site=xumo.tv
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/xumo.tv/xumo.tv.config.js --output=./sites/xumo.tv/xumo.tv.channels.xml
```
### Test
```sh
npm test -- xumo.tv
```