Simple, less than 100 LOC script that downloads courses from frontend masters.
Made for educational purposes only, I do not care if you get banned by using this program.
- Clone the repo
$ git clone https://github.com/H4wk507/fem-downloader.git
- Install
$ npm install
- 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)
};
- Run
$ node main.js
GPLv3