Skip to content

alekseylovchikov/ch-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: