Skip to content

Python parser for downloading videos from treehouse

Notifications You must be signed in to change notification settings

Yara1990/treehouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

treehouse

Python scraper for downloading Treehouse videos.

Dependencies: *nix shell, python & curl

It requires a valid Treehouse account in order to have a token. This token is unique for every user

First go to the page of the course you want to extract videos from and copy the "iTunes Feed" link.

python treehouse.py <paste that link here>

Ex:
python treehouse.py itpc://teamtreehouse.com/library/wordpress-theme-development.rss?feed_token=aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee

This will generate a list of curl commands to download the videos, and organize them into folders and appropiate names for the files.

You can save the links into a file by using a redirection:
python treehouse.py itpc://teamtreehouse.com/library/wordpress-theme-development.rss?feed_token=itpc://teamtreehouse.com/library/wordpress-theme-development.rss?feed_token=aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee > wp-theme-dev.sh

About

Python parser for downloading videos from treehouse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages