Aggiornamento guida finale
This commit is contained in:
parent
511bb800b7
commit
70dcd2deea
@ -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:
|
Inserendo negli `$start_url` l'indirizzo sopra e avviando lo script, l'output dovrebbe essere:
|
||||||
|
|
||||||
```
|
```
|
||||||
[0] http://localhost/example/pagina1
|
[0] http://localhost/example
|
||||||
[1] http://localhost/example/pagina1/sub1.1
|
[1] http://localhost/example/pagina1
|
||||||
[1] http://localhost/example/pagina1/sub1.2
|
[1] http://localhost/example/pagina2
|
||||||
[1] http://localhost/example/pagina1/sub1.3
|
[2] http://localhost/example/pagina1/sub1.1
|
||||||
[2] http://localhost/example/pagina1/sub1.1/subsub1.1.1
|
[2] http://localhost/example/pagina1/sub1.2
|
||||||
[2] http://localhost/example/pagina1/sub1.1/subsub1.1.2
|
[2] http://localhost/example/pagina1/sub1.3
|
||||||
[0] http://localhost/example/pagina2
|
[2] http://localhost/example/pagina2/sub2.1
|
||||||
[1] http://localhost/example/pagina2/sub2.1
|
[2] http://localhost/example/pagina2/sub2.2
|
||||||
[1] http://localhost/example/pagina2/sub2.2
|
[2] http://localhost/example/pagina2/sub2.3
|
||||||
[1] 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
|
||||||
```
|
```
|
0
example/pagina1/sub1.2/index.html
Normal file
0
example/pagina1/sub1.2/index.html
Normal file
0
example/pagina1/sub1.3/index.html
Normal file
0
example/pagina1/sub1.3/index.html
Normal file
Loading…
Reference in New Issue
Block a user