Update tvmusor.hu

This commit is contained in:
freearhey
2023-12-01 14:36:04 +03:00
parent 48d8f1aca2
commit 47376f20de
3 changed files with 71 additions and 44 deletions
+21
View File
@@ -0,0 +1,21 @@
# tvmusor.hu
https://tvmusor.hu/schedule/
### Download the guide
```sh
npm run grab -- --site=tvmusor.hu
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/tvmusor.hu/tvmusor.hu.config.js --output=./sites/tvmusor.hu/tvmusor.hu.channels.xml
```
### Test
```sh
npm test -- tvmusor.hu
```