Skip to content

Instantly share code, notes, and snippets.

View civanescu's full-sized avatar

Claudiu Ivanescu civanescu

View GitHub Profile
@civanescu
civanescu / oreillyurls_1.py
Created January 31, 2025 08:31 — forked from Kovrinic/oreillyurls_1.py
Download all free ebooks (epub, mobi, pdf) from oreilly.com
#!/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)