114 Commits

Author SHA1 Message Date
Puyodead1
4803f46164 Course Folder
+ Course chapter folder are now placed in a folder, the name of the folder is the course id

**If you have any downloads in-progress, make a new folder and name it the course id, and move the chapter folders into it before starting the download again.**

Closes #8
2021-05-19 18:59:43 -04:00
Puyodead1
048fbe09bf Updates
+ Add ability to skip downloading lecture videos
+ You can now specify the Bearer token and course id as an argument to the program (see advanced usage)
+ Updated Advanced Usage section of readme
2021-05-19 17:50:20 -04:00
Puyodead1
77e57e324d remove a debug print 2021-05-19 17:01:46 -04:00
Puyodead1
5667c3df13 Add error handling and download retries for captions
+ Downloader will now raise an exception for failed requests
+ Captions will retry 3 times on a download failure before skipping
+ Catch errors from downloader
2021-05-19 17:00:10 -04:00
Puyodead1
6c5b7870a9 Subtitle Support
+ Added support for downloading subtitles (see readme for usage)
2021-05-19 15:59:49 -04:00
Puyodead1
a867f82f2b Asset Downloading and Quality Selection
+ Added arguments
+ You can specify the download quality, if the quality you request cant be found, it will fallback to the closest (ex. you want 144, but the lowest is 360 than 360 gets downloaded. you want 1080 but 720 is the highest, 720 gets downloaded)
Note: Non-DRM and DRM video have different quality availabilities, by the looks of it, DRM has a min of 360 and a max of 1080. Non-DRM has a low of 144, and a max of 720
2021-05-19 14:43:20 -04:00
Puyodead1
4568de9c43 Resolves #4
+ Added a catch for lectures that don't have a chapter
2021-05-19 12:51:29 -04:00
Puyodead1
f9acb2918a Resolves #3 2021-05-19 08:08:57 -04:00
Puyodead1
2e0acda71a sanitize chapter names 2021-05-18 22:20:36 -04:00
Puyodead1
7dde92005a just some small changes 2021-05-18 21:24:28 -04:00
Puyodead1
9a180c44c1 disable debug file reading 2021-05-18 20:48:41 -04:00
Puyodead1
c4a482dd87 fix some problems with drm downloads 2021-05-18 20:46:30 -04:00
Puyodead1
4ac19ea316 fix an error 2021-05-18 20:35:43 -04:00
Puyodead1
1d57644cdf download drm videos and non-drm videos, also added progress bar 2021-05-18 20:31:39 -04:00