Create readme.md

This commit is contained in:
freearhey
2026-02-15 10:17:14 +03:00
parent d9334485c1
commit 8ba0af82c7

21
sites/webtv.sk/readme.md Normal file
View File

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