Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 823 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 823 Bytes

learning-crux-course-downloader

This Project basically help to download full course from free online Learning-crux website who provide courses only to view online.

Steps:

  1. Open const.js file under Src folder
  2. replace the value of URL from the course link you wish to download. Like this - URL: "https://www.learningcrux.com/course/advanced-javascript-concepts"
  3. replace the TIME_DELAY with the time duration (in ms) you want between each download. By default it's 10sec, which simply means that start downloading one video and then wait for 10sec then also start downloading then next video. Like this - TIME_DELAY: 10000
  4. Once every thing is configured simply run npm i to install all the dependencies
  5. Run npm start tp launch the scrpit

The videos will be downloaded in the downloads folder.