stepik-oauth2-videodownloader
stepik-oauth2-videodownloader copied to clipboard
Example of OAuth2 application for Stepic.org. Downloads all videofiles from a module (week) of a course.
Only video: 4 Folder_name ./125685/week_3 Downloading file ./125685/week_3/Video_0.mp4 Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/request.py", line 1344, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/http/client.py", line 1336, in request self._send_request(method,...
Interactions with Stepik.org moved to `StepikDispatcher` class, requests unified and take advantage of `?ids[]` API parameter. Added unit tests (using pytest) for `StepikDispatcher` class. Improvements in code readability using standard...