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
This is the result of a missing feature in youtube-dl. It has a retries option, but it only applies for file downloads. Network errors before that stage don't get retried by it.
The new Twitter code (#806) won't need youtube-dl for video downloads anymore, so at least there it shouldn't be an issue anymore
@mikf
Wait so does that mean extractor.twitter.videos will work differently?
Will setting it to 'true' now mean that gallery-dl will handle all the video extraction without youtube-dl's help?
@anonieee
Exactly. The new version won't use youtube-dl to download videos from Twitter anymore, unless you explicitly tell it to by setting extractor.twitter.videos to "ytdl"
config.txt
It doesn't seem to use the default retries of
4
either.The text was updated successfully, but these errors were encountered: