Create readme.md

This commit is contained in:
freearhey 2025-01-14 22:08:36 +03:00
parent 9599038a10
commit fa7f1eb2ec

View file

@ -0,0 +1,21 @@
# tvmustra.hu
https://www.tvmustra.hu/
### Download the guide
```sh
npm run grab --- --site=tvmustra.hu
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/tvmustra.hu/tvmustra.hu.config.js --output=./sites/tvmustra.hu/tvmustra.hu.channels.xml
```
### Test
```sh
npm test --- tvmustra.hu
```