You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Video using long title could break max file name length limits in underlying file system.
To Reproduce
Steps to reproduce the behavior:
Install YTDL-M on a Linux system, backend filesystem is XFS.
Download video with long title like this one https://www.youtube.com/watch?v=n1uXjQHPFCU
The job will fail and generates a Python error in the log
"ERROR: [Errno 36] File name too long: ..."
Expected behavior
Successful download with file name truncated to meet limits (usually 256)
Screenshots
Environment
YoutubeDL-Material version
Docker tag: nightly
Ideally you'd copy the info as presented on the "About" dialogue
in YoutubeDL-Material.
Describe the bug
Video using long title could break max file name length limits in underlying file system.
To Reproduce
Steps to reproduce the behavior:
Install YTDL-M on a Linux system, backend filesystem is XFS.
Download video with long title like this one
https://www.youtube.com/watch?v=n1uXjQHPFCU
The job will fail and generates a Python error in the log
"ERROR: [Errno 36] File name too long: ..."
Expected behavior
Successful download with file name truncated to meet limits (usually 256)
Screenshots
Environment
Ideally you'd copy the info as presented on the "About" dialogue
in YoutubeDL-Material.
Additional context
Add any other context about the problem here. For example, a YouTube link.
https://www.youtube.com/watch?v=n1uXjQHPFCU
The text was updated successfully, but these errors were encountered: