mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-05-06 11:14:25 +02:00

- Fixed captions not being downloaded - Fixed trying to load keyfile even if it doesn't exist - Moved asset and subtitle download processing into lecture processing function (in preparation of subtitle merging) - Fixed an error in ffmpeg command when not using h265 - no longer need to specify full path to UdemyDownloader.py, also updated readme to reflect this
5 lines
94 B
Python
5 lines
94 B
Python
from UdemyDownloader import UdemyDownloader
|
|
|
|
if __name__ == "__main__":
|
|
UdemyDownloader()
|