Skip to content

navya/udacity-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udacity-dl

A simple script to list downloadable content for a udacity course

Installation

Antigen

npm install -g udacity-dl

Usage

  • The script is invoked by providing a course number
udacity-dl <course_no>
  • So, what can we do with a list of URLs? Why, download them!
udacity-dl st101 | xargs -n 1 -I link -exec wget link \;
  • Shell MagicTM

About

Download course contents of a udacity course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published