Skip to content

theIYD/coursehunt

Repository files navigation

Coursehunt

A desktop application which allows you to batch download a course from coursehunters. Coursehunters is a platform where you can download online courses for free, learn and spread knowledge.

Download - https://github.com/theIYD/coursehunt/releases

Features

  • On a click, batch download the course. The lessons are downloaded one by one without any internal interruptions.
  • Get a realtime progress which shows you the download speed in kB/s, time remaining and the size transferred.
  • Pause and resume the download at any instant.
  • On sudden offline, pause the current download.
  • If the download is suddenly stopped due to some error, the file is re-downloaded again.

Build

Clone the github repository and install the dependencies using yarn.

$ git clone https://github.com/theIYD/coursehunt coursehunt
$ cd coursehunt
$ npm install

Next, to start the application,

$ npm start

Credits

Special thanks to coursehunters for spreading knowledge by providing free courses from great platforms.

Contribute

Contributions are always welcomed in the form of issues and pull requests. Show some love by starring the repository. 🤘✌️

Inspired by https://github.com/alekseylovchikov/ch-download

License

MIT