-
When I loading a YouTube playlist through the ytdl extractor, it gives an error
If I disable thumbnails in the yt-dlp configuration, everything works as it should (but without thumbnails). With a download single video also no problems.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
The issue is that yt-dlp writes any playlist metadata/thumbnail during its general playlist processing and video listing step, which is before gallery-dl sets any I'm not really sure how to fix this as long as these yt-dlp steps are combined into one function call. Maybe I could make gallery-dl manually handle the playlist processing to have more control over how and when metadata/thumbnails are written, but that sounds like a lot of effort ... |
Beta Was this translation helpful? Give feedback.
-
Clear. Well, it's your reign. |
Beta Was this translation helpful? Give feedback.
-
Oh! Just add the direct path to |
Beta Was this translation helpful? Give feedback.
Maybe with
--no-write-playlist-metafiles
--paths pl_thumbnail:C:/path/here
if I read--help
correctly.Or
--output
.