diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-11-17 23:42:25 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-11-17 23:42:25 +0300 |
commit | 1c1ae0094244868c63bd875c0cbfa50ced37de8d (patch) | |
tree | 502d325c0b308a8da90055b07208a50730ff6761 /content/notes/Скачивание сайта.md | |
parent | da61be9f9a2228d7d29b085ee341cd6031913e63 (diff) |
Новый пост
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 |