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
ydl is just my alias to yt-dlp on the commandline.
My browser does not play twitter videos for some reason so I download
via yt-dlp.
The error I get is:
[twitter] 1574860347697205262: Downloading guest token
[twitter] 1574860347697205262: Downloading JSON metadata
[twitter] 1574860347697205262: Downloading m3u8 information
[info] 1574860347697205262: Downloading 1 format(s): http-10368
ERROR: unable to open for writing: [Errno 36] File name too long: "Julia Davis - Top Russian propagandist Vladimir
Solovyov is quite upset with how Putin's "partial mobilization" is going and everything the supposed "superpower" is
lacking. So much in this video, just watch. It fits right in with what I described in my latest article⤵️
[1574860347697205262].mp4.part"
Proposal to fix:
"if too long file name, and python is too stupid to handle long names, then rename
to a shorter name such as:
"Julia Davis - Top Russian _video_shortened_byyt_dlp.mp4"
or something like this. Right now it fails to download because of some weird
assumption it appears to be doing.
Provide verbose output that clearly demonstrates the problem
Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
Copy the WHOLE output (starting with [debug] Command-line config) and insert it below
Complete Verbose Output
See above.
PS: The template is really annoying to use. Do we also have to do sit ups
and leg push ups before filing a new bug report?
I mean it's just a simple bug. There is no magic behind it; I just fedyt-dlp one remote URL. It failed. What more is there to show really? Iget that for some bug reports you need to know more information but the error reporting "too long file name" is not good. In ruby I'd just
check for the file size and automatically rename (and notify the user
about this too).
The text was updated successfully, but these errors were encountered:
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
Checklist
Provide a description that is worded well enough to be understood
The following website fails:
ydl is just my alias to yt-dlp on the commandline.
My browser does not play twitter videos for some reason so I download
via yt-dlp.
The error I get is:
Proposal to fix:
"if too long file name, and python is too stupid to handle long names, then rename
to a shorter name such as:
"Julia Davis - Top Russian _video_shortened_byyt_dlp.mp4"
or something like this. Right now it fails to download because of some weird
assumption it appears to be doing.
Provide verbose output that clearly demonstrates the problem
yt-dlp -vU <your command line>
)[debug] Command-line config
) and insert it belowComplete Verbose Output
The text was updated successfully, but these errors were encountered: