H4wk507 / fem-downloader

Download courses from https://frontendmasters.com/ using node and ffmpeg
GNU General Public License v3.0
5 stars 1 forks source link
courses ffmpeg frontend frontend-masters gplv3 node nodejs

fem-downloader

Simple, less than 100 LOC script that downloads courses from frontend masters.

Disclaimer

Made for educational purposes only, I do not care if you get banned by using this program.

How to use it

  1. Clone the repo
  $ git clone https://github.com/H4wk507/fem-downloader.git
  1. Install
  $ npm install
  1. Adjust values in config.js
const config = {
  FEM_AUTH_MOD: "", // Can be found in browser cookies after logging in (it changes every log in)
  COURSE_URL: "", // Course url
  QUALITY: "2160", // 2160, 1440, 1080, 720, 360 (check which are available for your course before setting)
};
  1. Run
  $ node main.js

License

GPLv3