A command line tool for downloading MyCourses lectures.
⚠️ Before using this tool, read the university's responsible IT use document.
⚠️ Do not share downloaded lectures without prior permission from the owner. Sharing without permission is a potential breach of the owner's copyright.
After installation, run the following command in your terminal:
mlrd <course_id> <output_dir> <auth_token>
This will download all lectures for the given course to your directory of choice. The <course_id>
and <auth_token>
can be found by:
- navigating to desired course's lecture recording page on MyCourses.
- right click > inspect.
- ctrl/cmd + f and search for
HF_CourseId
andHF_JWT
. The values of these elements correspond to the<course_id>
and<auth_token>
.