udemy-downloader: [BUG] it does not download the attached resources or subtitles.
Description When you have already downloaded only the video files of the classes, and you run the script again, this time specifying the arguments to download all resources and all subtitles: The script does not download any of the attached resources and downloads only some subtitles from classes (very, very few).
To Reproduce
- Run the script without downloading attachments or subtitles:
python main.py -c https://www.udemy.com/courses/myawesomecourse -b <Bearer Token>
- Wait for it to end.
- Run the script again, this time with the
--download-assets --download-captions -l allarguments in order to complete the previous download with the attachments and subtitles, like this:python main.py -c https://www.udemy.com/courses/myawesomecourse -b <Bearer Token> --download-assets --download-captions -l all - You will find that upon completion, it downloaded the subtitles for only some classes, and none of the attachments.
Desktop: OS: [Windows 10, Linux Centos 8.5 Stream] Python: [v3.9.1, v3.6.8]
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 1
- Comments: 23 (11 by maintainers)
@Xen0byte Resolved in bc9f6ecb1a40aa0aa5eaed66e9935a7d582f9a76 @oijm17 If you continue to have this issue, please open a new issue.