muhamed-didovic / ccdown

Scraper and downloader for codecourse.com
MIT License
8 stars 2 forks source link

Downloading all courses that belong to a subject? #4

Closed connecteev closed 1 year ago

connecteev commented 1 year ago

Is there a way to download all courses that belong to a subject? For example: all courses within:

  1. https://codecourse.com/subjects/flutter/index
  2. https://codecourse.com/subjects/vue-js/index
  3. https://codecourse.com/subjects/laravel/index

Could this be an easy addition? Thanks!

muhamed-didovic commented 1 year ago

I could add this when other things are implemented :)

connecteev commented 1 year ago

This is one option / approach :)

The other better approach / workflow (infinitely flexible) is what I described here: https://github.com/muhamed-didovic/ccdown/issues/3#issuecomment-1602608106

This could be a nice addition after that workflow is implemented!

connecteev commented 1 year ago

Implemented in ccdown v 0.20.1, per https://github.com/muhamed-didovic/ccdown/issues/3#issuecomment-1607626137

To download all courses that belong to a subject: ✔ Do you want all courses? … no ✔ Choose "Y" if you want to search for a course otherwise choose "N" if you have a link for download … no ✔ Enter url for download. … https://codecourse.com/subjects/flutter

Thanks @muhamed-didovic!