Skip to content

Instantly share code, notes, and snippets.

@rdapaz
Created February 10, 2019 00:43
Show Gist options
  • Save rdapaz/b25e8db7e4cd29ee825260161d163e31 to your computer and use it in GitHub Desktop.
Save rdapaz/b25e8db7e4cd29ee825260161d163e31 to your computer and use it in GitHub Desktop.
Download MagPy Magazine
import os
import time
import subprocess
for i in range(74, 79):
os.system(" ".join(["curl", "https://www.raspberrypi.org/magpi-issues/MagPi{}.pdf".format(str(i).zfill(2)), "-o", "/Users/rdapaz/Downloads/MagPi{}.pdf".format(str(i).zfill(2))]))
time.sleep(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment