mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update README.md
This commit is contained in:
parent
a8a0af2254
commit
db4c2c8a49
1 changed files with 6 additions and 0 deletions
|
@ -51,6 +51,12 @@ To download a guide in a specific language pass its [ISO 639-1](https://en.wikip
|
|||
npm run grab -- --site=example.com --lang=fr
|
||||
```
|
||||
|
||||
To override the number of days for which the program will be loaded use the `--days` argument (the default is the value specified in the site config):
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=example.com --days=3
|
||||
```
|
||||
|
||||
To also create a compressed version of the guide, add the `--gzip` flag:
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue