Add rts.ch

This commit is contained in:
David ROBIN
2026-03-20 22:57:38 +01:00
parent 21b1d46a10
commit 2843bccced
4 changed files with 153 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# rts.ch
https://rts.ch
### Download the guide
```sh
npm run grab --- --site=rts.ch
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/rts.ch/rts.ch.config.js --output=./sites/rts.ch/rts.ch.channels.xml
```
### Test
```sh
npm test --- rts.ch
```