This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# | |
# Matthew Rothfuss | |
# 10/13/2016 | |
# | |
# Purpose: | |
# Download all free ebooks (epub, mobi, pdf) from oreilly.com | |
# | |
# Overview: | |
# Runs in parallel threads, based on cpu count * 2 (i.e. 8 cpus * 2 = 16 threads) |