From aca9570fef324d5430ec05f75a3fe6e87a9cf4ff Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Sun, 24 Sep 2023 17:43:56 +0200 Subject: [PATCH] Update wget web scrab --- _posts/2023-07-24-web-scrabing-with-wget.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/2023-07-24-web-scrabing-with-wget.md b/_posts/2023-07-24-web-scrabing-with-wget.md index cd07f23..e196613 100644 --- a/_posts/2023-07-24-web-scrabing-with-wget.md +++ b/_posts/2023-07-24-web-scrabing-with-wget.md @@ -30,4 +30,5 @@ wget \ `wget` has many options for web scrabing, best you read the `Recursive Retrieval Options` and `Recursive Accept/Reject Options` sections -in the [wget manpage](https://www.man7.org/linux/man-pages/man1/wget.1.html). \ No newline at end of file +in the [wget manpage](https://www.man7.org/linux/man-pages/man1/wget.1.html) +and .