chdown
v0.17.5
Published
Download courses from https://coursehunter.net/
Downloads
19
Maintainers
Readme
Download videos (course) from coursehunter.net for PRO members (also includes the free ones :))
Requirement
- Node 18
- yt-dlp (https://github.com/yt-dlp/yt-dlp)
Install
npm i -g chdown
without Install
npx chdown
How to use:
CLI
Usage
$ chdown [CourseUrl|SourceUrl|CategoryUrl]
Options
--all, -a Get all courses.
--email, -e Your email.
--password, -p Your password.
--directory, -d Directory to save.
--type, -t source|course Type of download.
--videos, -v Include videos if available.
--subtitle, -s Include subtitles if available.
--zip, -z Include archive if available.
--code, -c Include code if available.
--lang, -l Include courses of certain language ('en', 'ru' or 'both')
--concurrency, -cc
Examples:
$ chdown
$ chdown -a
$ chdown https://coursehunter.net/course/intermediate-typescript/ -t course
$ chdown [url] [-e [email protected]] [-p password] [-d dirname] [-c number] [-t source]
$ chdown [url] [--all] [-e [email protected]] [-p password] [-t source|course] [-v yes|no] [-s yes|no] [-z yes|no] [-c yes|no] [-l English|Русский|all] [-d path-to-directory] [-cc concurrency-number]
License
MIT