Skip to content

Instantly share code, notes, and snippets.

@wesleywerner
Last active February 16, 2021 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wesleywerner/c5495bf8e3a3da7101fe4770af4522de to your computer and use it in GitHub Desktop.
Save wesleywerner/c5495bf8e3a3da7101fe4770af4522de to your computer and use it in GitHub Desktop.
downloads the love wiki for offline browsing
mkdir -p ~/love2d.org
cd ~/love2d.org
wget \
--wait=2 \
--random-wait \
--recursive \
--convert-links \
--adjust-extension \
--no-parent \
--level=2 \
--exclude-directories="Special*" \
--reject "Talk*","*Česky*","*Deutsch*","*Español*","*Français*","*Indonesia*","*Polski*","*Português*","*Slovenský*","*Tiếng_Việt*","*Русский*","*Українська*","*한국어*","*日本語*","*简体中文*","*正體中文*","*Српски*","*Română*","*Dansk*" \
https://love2d.org/wiki/love
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment