-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Files with a file name that is longer than 255 characters cannot be downloaded. #59
Comments
Currently this is normal behavior of moodle-dl. Moodle-dl tries to download any external link using youtube-dl. You can't currently specify which links are not downloaded using youtube-dl. But you can specify which external links are downloaded at all, see here: https://github.com/C0D3D3V/Moodle-Downloader-2/wiki/Download-(external)-linked-files The error is not that the link is downloaded :D Which is generally funny, the audio is downloaded from the login captcha... But the error is that youtube-dl could not create the file, why is still unclear to me. This is again one of the Windows problems. |
I guess the problem is that the file name is larger than 255 characters. I guess I have to change something about that. |
Yes thats it, according to the windows documentation:
I will think about a possible fix ... for now you can also skip the failure with the |
Fix is released |
i was doing my usual
moodle-dl
when i found youtube-dl error
This is the file log:
The text was updated successfully, but these errors were encountered: