Update tv24.se

This commit is contained in:
freearhey
2023-11-30 22:47:00 +03:00
parent dfa13d6628
commit 6849e60256
3 changed files with 200 additions and 158 deletions
+21
View File
@@ -0,0 +1,21 @@
# tv24.se
https://tv24.se/
### Download the guide
```sh
npm run grab -- --site=tv24.se
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/tv24.se/tv24.se.config.js --output=./sites/tv24.se/tv24.se.channels.xml
```
### Test
```sh
npm test -- tv24.se
```