Aggiorna README.md

This commit is contained in:
Fabio 2025-12-11 00:08:56 +08:00
parent 269b260b82
commit f8181388f5

View file

@ -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