Skip to content

Instantly share code, notes, and snippets.

View jcarolinares's full-sized avatar

Julián Caro Linares jcarolinares

View GitHub Profile
@jcarolinares
jcarolinares / oreilly-free-ebooks.py
Last active January 12, 2017 13:45 — forked from David-Estevez/oreilly-free-ebooks.py
Extracts all links from O'Reilly website to automate free eBook download
##################################################################################
# O'Reilly Free Books link extractor
##################################################################################
#
# Extracts all links from O'Reilly website to automate free eBook download.
# Looks for existing files in the current directory to avoid downloading the same
# book twice.
#
##################################################################################
#