Update tvheute.at

This commit is contained in:
freearhey
2023-12-01 13:58:12 +03:00
parent f20b525411
commit cb868462dd
4 changed files with 100 additions and 57 deletions

View File

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