Update tvcesoir.fr

This commit is contained in:
freearhey
2023-12-01 00:35:56 +03:00
parent 81add33b80
commit 25d643aa08
3 changed files with 24 additions and 6 deletions
+21
View File
@@ -0,0 +1,21 @@
# tvcesoir.fr
https://www.tvcesoir.fr/programme-tv/
### Download the guide
```sh
npm run grab -- --site=tvcesoir.fr
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/tvcesoir.fr/tvcesoir.fr.config.js --output=./sites/tvcesoir.fr/tvcesoir.fr.channels.xml
```
### Test
```sh
npm test -- tvcesoir.fr
```