Create readme.md

This commit is contained in:
fraudiay79 2025-01-14 12:14:44 -05:00 committed by GitHub
parent 8803045cd8
commit f8d0f435ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
sites/rikstv.no/readme.md Normal file
View file

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