Skip to content

Instantly share code, notes, and snippets.

@quangnd-pgvn
Forked from akashnimare/instructions.txt
Created September 28, 2017 15:04
Show Gist options
  • Save quangnd-pgvn/260b3bcc076f65bbefb7af3abfdc0b7d to your computer and use it in GitHub Desktop.
Save quangnd-pgvn/260b3bcc076f65bbefb7af3abfdc0b7d to your computer and use it in GitHub Desktop.
Download Frontend Master courses video
# Requirements
* Python 2.7
* Google Chrome
* ChromeDriver - WebDriver for Chrome
- Download the latest chromedrive which is 2.28 from here - https://sites.google.com/a/chromium.org/chromedriver/downloads
- Extract and move `chromedriver` file to `/usr/local/bin/chromedriver`
- git clone https://github.com/li-xinyang/OS_FrontendMaster-dl
- cd OS_FrontendMaster-dl
- pip install -r requirements.txt
- python frontendmasters-dl.py --id YOUR-USERNAME --password YOUR-PASSWORD --course COURSE-ID
# Example
- python frontendmasters-dl.py --id myusername --password mypass --course good-parts-javascript-web
- All videos will be saved in ./Download directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment