• Stars
    star
    461
  • Rank 95,028 (Top 2 %)
  • Language
    JavaScript
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Download videos (course) from coursehunter.net

DEPRECATED

Download videos (course) from coursehunter.net

How to install (Node.js and GIT required):

~ git clone https://github.com/alekseylovchikov/ch-download.git
~ cd ch-download
~ npm install

How to use:

Download premium courses (required paid subscription)

# from downloaded directory
~ node index.js -u course-url -e email -p password [-d dirname] [-l lessons]

Download free courses

# from downloaded directory
~ node index.js -u course-url [-d dirname] [-l lessons]

Arguments:

-e: email for login
-p: password for login
-u, --url: https://coursehunter.net/course_name
-d, --dir: download folder, default <course_name>
-l, --lessons: download only listed lessons, e.g.: "1-5, 7, 10, 12-15" or 3-7,9,11,15-20

How to videos:

Download (without git) free courses

Authors: