mirror of
https://github.com/iptv-org/epg
synced 2026-03-21 19:30:52 -04:00
Update tests/__data__
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user