diff options
Diffstat (limited to 'content/notes/Скачивание сайта.md')
-rw-r--r-- | content/notes/Скачивание сайта.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/notes/Скачивание сайта.md b/content/notes/Скачивание сайта.md new file mode 100644 index 0000000..914119b --- /dev/null +++ b/content/notes/Скачивание сайта.md @@ -0,0 +1,8 @@ ++++ +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 + ```
\ No newline at end of file |