blog/content/notes/Скачивание сайта.md

8 lines
246 B
Markdown
Raw Permalink Normal View History

2024-11-17 23:42:25 +03:00
+++
title = "Рекурсивное скачивание всего сайта"
tags = ["linux"]
+++
```
wget -rk -np -nc -U "Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20110328 Firefox/24.0" --wait=5 --random-wait https://example.com
```