Update tests/__data__

This commit is contained in:
freearhey
2025-04-02 07:08:57 +03:00
parent 0e4521a504
commit 510d89c8c8
54 changed files with 2630 additions and 2601 deletions

View File

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