chdown-workers
v0.12.4
Published
Scrape and download videos from coursehunter.net with workers
Downloads
20
Maintainers
Readme
Download from coursehunter.net
Requirement
- Node 18
- yt-dlp (https://github.com/yt-dlp/yt-dlp)
Install
npm i -g chdown-workers
without Install
npx chdown-workers
CLI
Usage
$ chdown-workers <?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-workers
$ chdown-workers https://coursehunter.net/course/intermediate-typescript/ -t course
$ chdown-workers [-e [email protected]] [-p password] [-t source-or-course] [-d path-to-directory] [-cc concurrency-number]
License
MIT