Skip to content

H4wk507/fem-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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