Aggiorna README.md
This commit is contained in:
parent
269b260b82
commit
f8181388f5
1 changed files with 8 additions and 7 deletions
15
README.md
15
README.md
|
|
@ -34,18 +34,19 @@ cd website-downloader
|
|||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
|
||||
python website-downloader.py \
|
||||
--url https://harsim.ca \
|
||||
--destination harsim_ca_backup \
|
||||
--max-pages 100 \
|
||||
--threads 8
|
||||
|
||||
deactivate
|
||||
cp downloadsite.sh /usr/local/bin
|
||||
exit
|
||||
```
|
||||
il comando semplice è
|
||||
|
||||
downloadsite.sh <site> <dir>
|
||||
|
||||
x es:
|
||||
|
||||
downloadsite.sh https://www.composerize.com/ composerize
|
||||
|
||||
## Originale
|
||||
```bash
|
||||
# 1. Grab the code
|
||||
git clone https://github.com/PKHarsimran/website-downloader.git
|
||||
|
|
|
|||
Loading…
Reference in a new issue