Update tests/__data__

This commit is contained in:
freearhey
2026-03-17 03:38:37 +03:00
parent 4074a4d526
commit add90d4d77

View File

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