Skip to content

Instantly share code, notes, and snippets.

View vivekjoshi5's full-sized avatar
💭
Learning Coding

vivekjoshi5

💭
Learning Coding
View GitHub Profile
@mie00
mie00 / download.py
Created July 1, 2014 13:30
pdf free books
# -*- coding: utf-8 -*-
import re
import urllib
from multiprocessing import Pool
import requests
import progressbar
CHUNK_SIZE = 1024 * 1024 # 1MB
def download(i):