From f8181388f58a13146f327616d26f9a53e0aace38 Mon Sep 17 00:00:00 2001 From: Fabio Date: Thu, 11 Dec 2025 00:08:56 +0800 Subject: [PATCH] Aggiorna README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 67f93cf..05c13e6 100644 --- a/README.md +++ b/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 + +x es: + + downloadsite.sh https://www.composerize.com/ composerize + +## Originale ```bash # 1. Grab the code git clone https://github.com/PKHarsimran/website-downloader.git