Skip to content

will-clarke/Codeschool-Video-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeschool Video Downloader

Uses Nokogiri & Watir to download all the Code School Screencasts & Courses.

This assumes you've got a codeschool account.

Usage

Run this script from the command line with your codeschool username & password:

# install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install chromedriver

gem install bundler  # get bundler to install gems automatically
bundle install       # install the dependencies

ruby codeschool_downloader.rb **your_username** **your_password**

It will, by default, shove all the files on your desktop into sensibly-named folders (assuming you're on a mac...)

Note: You'll have to have a paid plan in order to download all the videos available.

If you get any SSL-related error messages, check out this page to update / install openSSL

This script doesn't currently support Ruby versions greater than 2.2.6; try using using 2.2.6 if you're having problems with it.

About

Uses Nokogiri & Watir to download all the Code School videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages