create config and tests

This commit is contained in:
StrangeDrVN
2026-04-26 17:15:07 +05:30
committed by GitHub
parent 7e5251b1d5
commit 594ae1c409
4 changed files with 286 additions and 0 deletions

21
sites/zee5.com/readme.md Normal file
View File

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