WGET do:
- Download example.com
- Download all level-1 and level-2 links
- Download everything to : /root/t3mp/wget
- Identify as 'Mozilla/MyUserAgent'
- Ignore robots.txt
- Random wait between requests (average : 3 seconds)
wget -U 'Mozilla/MyUserAgent' -P /root/t3mp/wget --wait=3 --random-wait -nd -r -l 2 -e robots=off https://example.com
Neuen Kommentar schreiben