Update sjonvarp.is

This commit is contained in:
freearhey 2023-11-27 13:59:26 +03:00
parent e7516fbed7
commit 83b4327a4c
4 changed files with 63 additions and 22 deletions

View file

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