~tieong/download-course

0b871f6d856d9438515819c684e84da01d43f980 — Thomas Ieong 2 years ago 939a735
Updated README
1 files changed, 3 insertions(+), 3 deletions(-)

M README.md
M README.md => README.md +3 -3
@@ 8,7 8,7 @@ the interactive html module, they change etag every single time, so there isn't 


```
usage: download_course.py [-h] --city CITY [--promotion PROMOTION] [-o OUTPUT_DIR] [--debug]
usage: download_REPLACE_ME_course [-h] --city CITY [--promotion PROMOTION] [-o OUTPUT_DIR] [--debug]

options:
  -h, --help            show this help message and exit


@@ 26,11 26,11 @@ options:
export REPLACE_ME_USERNAME=<username>
export REPLACE_ME_PASSWORD=<password>

download_course --city REPLACE_ME --promotion REPLACE_MEREPLACE_ME -o ~/Téléchargements
download_REPLACE_ME_course--city REPLACE_ME --promotion REPLACE_MEREPLACE_ME -o ~/Téléchargements

or

REPLACE_ME_USERNAME=<user> REPLACE_ME_PASSWORD=<password> download_course --city REPLACE_ME --promotion REPLACE_MEREPLACE_ME -o ~/Téléchargements
REPLACE_ME_USERNAME=<user> REPLACE_ME_PASSWORD=<password> download_REPLACE_ME_course --city REPLACE_ME --promotion REPLACE_MEREPLACE_ME -o ~/Téléchargements
```

## Test