Skip to content

chandra-pratap-singh/learning-crux-course-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published