Downloads Go tutorial videos from joncalhoun.io
Before you proceed, note that you must be a paid user for the paid content to download
Kindly create your account here. Jon is a great teacher, consider buying his premium courses if you want to.
- Ensure youtube-dl is installed and in your PATH.
- Run the following commands
$ git clone [email protected]:timolinn/joncalhoun-dl.git
$ cd joncalhoun-dl
$ go run main.go [email protected] --password=12345 --course=gophercises
[joncalhoun.io]: fetching video urls for gophercises
[joncalhoun.io]: fetching data from https://courses.calhoun.io/courses/cor_gophercises...
--email
: Your account email address. Sign up here--password
: Your account password. Unlike the unix password prompt, this will not hide your password by default, you'll have to keep an eye over your shoulder 😉--course
: This is the name of the course you want to download. Defaults to"gophercises"
Downloaded course videos would be automatically grouped inside course directories
named after their respective courses titles e.g. testwithgo
etc., without your input. These newly created course directories
would be in a root directory named videos
- which is also created at runtime.
There is still a couple features to implement, check the TODO list below and send a pull request.
- Add caching for requests
- Add default output directory
- Add unit tests
- provide packaged release and semver
- check for authentication error
- Add output directory flag
- prevent signin when using cache
- choose video quality
- Timothy Onyiuke (twitter)
If you find this repository to be of any help, please consider giving it Star! 🔥