Skip to content

Instantly share code, notes, and snippets.

@lmullen
Last active August 29, 2015 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmullen/9512879 to your computer and use it in GitHub Desktop.
Save lmullen/9512879 to your computer and use it in GitHub Desktop.
Download the WPA Slave Narratives from the Library of Congress
desc "Download the WPA Slave Narratives using wget"
task :wget_wpa do
system %{wget --wait 1 --limit-rate=200k -A .jpg,.png,.gif,.txt,.tif,.pdf --no-parent --background --mirror http://memory.loc.gov/mss/mesn/}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment