From 70dcd2deea980fac6da44e0c74ed9617258f3dec Mon Sep 17 00:00:00 2001 From: loviuz Date: Sat, 8 Jan 2022 15:54:22 +0100 Subject: [PATCH] Aggiornamento guida finale --- example/README.md | 21 +++++++++++---------- example/pagina1/sub1.2/index.html | 0 example/pagina1/sub1.3/index.html | 0 3 files changed, 11 insertions(+), 10 deletions(-) create mode 100644 example/pagina1/sub1.2/index.html create mode 100644 example/pagina1/sub1.3/index.html diff --git a/example/README.md b/example/README.md index 890daca..d92d48e 100644 --- a/example/README.md +++ b/example/README.md @@ -11,14 +11,15 @@ Copia anche il file `example/config.php` nella root dello scraper, così da conf Inserendo negli `$start_url` l'indirizzo sopra e avviando lo script, l'output dovrebbe essere: ``` -[0] http://localhost/example/pagina1 -[1] http://localhost/example/pagina1/sub1.1 -[1] http://localhost/example/pagina1/sub1.2 -[1] http://localhost/example/pagina1/sub1.3 -[2] http://localhost/example/pagina1/sub1.1/subsub1.1.1 -[2] http://localhost/example/pagina1/sub1.1/subsub1.1.2 -[0] http://localhost/example/pagina2 -[1] http://localhost/example/pagina2/sub2.1 -[1] http://localhost/example/pagina2/sub2.2 -[1] http://localhost/example/pagina2/sub2.3 +[0] http://localhost/example +[1] http://localhost/example/pagina1 +[1] http://localhost/example/pagina2 +[2] http://localhost/example/pagina1/sub1.1 +[2] http://localhost/example/pagina1/sub1.2 +[2] http://localhost/example/pagina1/sub1.3 +[2] http://localhost/example/pagina2/sub2.1 +[2] http://localhost/example/pagina2/sub2.2 +[2] http://localhost/example/pagina2/sub2.3 +[3] http://localhost/example/pagina1/sub1.1/subsub1.1.1 +[3] http://localhost/example/pagina1/sub1.1/subsub1.1.2 ``` \ No newline at end of file diff --git a/example/pagina1/sub1.2/index.html b/example/pagina1/sub1.2/index.html new file mode 100644 index 0000000..e69de29 diff --git a/example/pagina1/sub1.3/index.html b/example/pagina1/sub1.3/index.html new file mode 100644 index 0000000..e69de29