Anon-Exploiter / ine-dl

Python script to download INE courses including labs, exercises, quizzes, slides, and, videos!
MIT License
17 stars 8 forks source link

Feature request: Download specific courses in a row #7

Closed vikdean closed 1 year ago

vikdean commented 1 year ago

Would it be possible to implement a way with the "-c" option to specify multiple courses to download in a row? So e.g. ine.py -c <Course ID1>, <Course ID2>

Thanks

Anon-Exploiter commented 1 year ago

It is easy to implement but will have to change a lot of code, currently, you can only download a category with multiple processes with -p argument, if that works for you.

I can add it to the backlog but can't commit when it'll be implemented.