Merge pull request #2507 from iptv-org/freearhey-patch1

Patch 2024.12.1
This commit is contained in:
Ismaël Moret
2024-12-18 00:01:40 +01:00
committed by GitHub
208 changed files with 4070 additions and 2890 deletions

View File

@@ -5,17 +5,17 @@ https://musor.tv/
### Download the guide
```sh
npm run grab -- --site=musor.tv
npm run grab --- --site=musor.tv
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/musor.tv/musor.tv.config.js --output=./sites/musor.tv/musor.tv.channels.xml
npm run channels:parse --- --config=./sites/musor.tv/musor.tv.config.js --output=./sites/musor.tv/musor.tv.channels.xml
```
### Test
```sh
npm test -- musor.tv
npm test --- musor.tv
```