Skip to content

Instantly share code, notes, and snippets.

View rajeshnayar's full-sized avatar
🎯
Focusing

Rajesh Nayar rajeshnayar

🎯
Focusing
View GitHub Profile
def main():
from urllib.request import Request, urlopen, urlretrieve
from os.path import isfile
import re
print('** WELCOME **\n\n')
comic_base_url='http://zenpencils.com/comic/'
img_base_url='http://1j74duke02o49spu52ub76g1bzq.wpengine.netdna-cdn.com/wp-content/uploads/'
print('** DOWNLOADING CRUCIAL DATA **')