💾 Archived View for yasendfile.org › TipTricks › wget-cmd.gmi captured on 2024-02-05 at 09:27:03. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-07-16)
-=-=-=-=-=-=-
Written by Wim Stockman - on 19 Sep 2020 - Updated on 23 Feb 2021
Create a directory where you want to save your site:
mkdir your_site cd your_site wget -r -k -l inf url
-r option stands for recursive
standard goes 5 levels deep
-l option set how many levels deep
inf or 0 : get all the links of the links
-k option convert links to local links