Add files via upload

This commit is contained in:
Ismaël Moret
2026-04-15 10:52:28 +02:00
committed by GitHub
parent 67c1a7e45e
commit 9c0093c098
29 changed files with 35200 additions and 2918 deletions

21
sites/syn.is/readme.md Normal file
View File

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