Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fraudiay79 authored Jan 14, 2025
1 parent 2bf619c commit b6b9097
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions sites/rikstv.no/readme.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit b6b9097

Please sign in to comment.