Skip to content

Instantly share code, notes, and snippets.

@nqxcode
Last active August 6, 2021 20:07
Show Gist options
  • Save nqxcode/123660c8e9de58725c216f1e15f8ae45 to your computer and use it in GitHub Desktop.
Save nqxcode/123660c8e9de58725c216f1e15f8ae45 to your computer and use it in GitHub Desktop.
Download an entire website with wget, along with assets.
wget \
--recursive \
--convert-links \
--level=inf \
--page-requisites \
--adjust-extension \
--no-clobber \
--restrict-file-names=windows \
--span-hosts \
--domains online.rehabscience.ru,getcourse.ru \
--no-host-directories \
--header='Cookie: PHPSESSID5=d343491b385824e3c9fb99b05e328d5a;' \
--execute robots=off \
\
https://online.rehabscience.ru/teach/control/stream/view?id=227394423
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment