Downloader and scraper for serversforhackers.com
Requirement (ensure that you have it installed)
- Node 18
- yt-dlp (https://github.com/yt-dlp/yt-dlp)
Install
npm i -g sfhdown
without Install
npx sfhdown
CLI
Usage
$ sfhdown [CourseUrl]
Options
--all, -a Get all courses from particular school or provider.
--email, -e Your email.
--password, -p Your password.
--directory, -d Directory to save.
--file, -f Location of the file where are the courses
--concurrency, -c
Examples
$ sfhdown
$ sfhdown -a
$ sfhdown [url] [-d dirname] [-c number] [-f path-to-file]
License
MIT