Skip to content

Instantly share code, notes, and snippets.

@tijptjik
Last active September 28, 2016 11:08
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 tijptjik/d7c9188b0c0090b31ef3b1dd82225441 to your computer and use it in GitHub Desktop.
Save tijptjik/d7c9188b0c0090b31ef3b1dd82225441 to your computer and use it in GitHub Desktop.
Collect the last 65 issues of HK Magazine
base_url = "http://download.hk-magazine.com/pdf/hkmagazine/HKMagazine_"
for n in range(1099,1165):
path = "{}{}.pdf".format(base_url,n)
!curl -o hkmagazine_{n}.pdf {path}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment