https://github.com/coogie/frontend-downloader
Simple Node script to automate the login and download of course videos from http://frontendmasters.com for Offline Viewing on Desktop/Laptop.
https://github.com/coogie/frontend-downloader
Last synced: about 1 year ago
JSON representation
Simple Node script to automate the login and download of course videos from http://frontendmasters.com for Offline Viewing on Desktop/Laptop.
- Host: GitHub
- URL: https://github.com/coogie/frontend-downloader
- Owner: coogie
- License: mit
- Created: 2018-09-18T23:53:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T23:17:37.000Z (over 7 years ago)
- Last Synced: 2025-03-25T21:47:13.329Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frontend Downloader
Simple Node script to automate the login and download of course videos from
http://frontendmasters.com/ for Offline Viewing on Desktop/Laptop.
*Only tested on Node v10.7*
*Requires `--experimental-modules` flag.*
## Setup
Run `yarn` or `npm install`.
Create a `.env` file in the root and populate it with the following variables:
| Variable | Value |
| ----------------------- | ----------------------- |
| FRONTEND_MASTERS_USER | E.g.: `youremail@domain.com` |
| FRONTEND_MASTERS_PASS | E.g.: `hunter2` |
| FRONTEND_MASTERS_COURSE | The URL slug for the course. E.g. for `https://frontendmasters.com/courses/progressive-web-apps/` the value of this would be `progressive-web-apps` |
## Running
Run `yarn start` or `npm start`.
### Important note
This might get your account banned. If that happens that's all your fault for running
this script, not mine.