Skip to content

Instantly share code, notes, and snippets.

View bachhuberdesign's full-sized avatar
Working

Eric Bachhuber bachhuberdesign

Working
View GitHub Profile
@bachhuberdesign
bachhuberdesign / laracasts_scraper.py
Last active June 28, 2021 19:39
Scraper for Laracasts videos -- requires active Laracasts subscription (see comments in code).
######################################################
# Laracasts Video Scraper #
# #
# Author: Eric Bachhuber #
# #
# Video files will be output to folder 'Laracasts' #
# wherever the script is run from. #
# #
# Possibly violates the terms of service, so use #
# at your own risk. #