Skip to content

Instantly share code, notes, and snippets.

@vishaltelangre
Last active February 22, 2017 13: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 vishaltelangre/c7655d5f1090de0c08f0 to your computer and use it in GitHub Desktop.
Save vishaltelangre/c7655d5f1090de0c08f0 to your computer and use it in GitHub Desktop.
ePub book links from https://msblc.maharashtra.gov.in/download1.html (Total 337 books, net size around 1.7 GiB)
#!/bin/sh
cat links.txt | parallel --gnu "wget {}" --no-check-certificate
@akshaymohite
Copy link

@vishaltelangre worked great! Just had to brew parallel.

@vishaltelangre
Copy link
Author

@akshaymohite Or use aria2c link.txt, but I don't know Mac ships it or not.

Thanks, BTW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment