-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[instagram] lots of webp downloads #6541
Comments
Could you provide an example post with |
also @mikf this is unrelated but i wanted to avoid making a new issue just for this but how would i get gallery-dl to use my custom yt-dlp config for instagram? i tried doing this but the output with this is that it just ends up using yt-dlp entirely and it ignores my instagram config so i get a file in my users folder which looks like this 3445461475109894922.mp4 instead of misssjuline 2024-08-29 3445461475109894922_67778197194_1.mp4
|
Many '.webp' download URLs are actually '.jpg' files, which usually get renamed by 'http.adjust-extensions'
Fixed in 5cc9ca7
Using yt-dlp to download IG videos is not supported.
|
Oh I see, is there any plans on supporting it in the future? |
No, not really. Handling posts with mixed images and videos would be rather complicated I think. |
@mikf the webp bug is still there btw if the posts you are downloading are saved inside your saved posts they will continue to download as those webp files, but if you download 1 post using it's specific url you get the jpg. |
let me know if you want me to post a verbose log for this or you could just save any of the links i sent you earlier into your saved posts and then try downloading https://www.instagram.com/user/saved/ |
I've added your examples to my saved posts and they all have the correct
Given that these "extension-map": {"webp": "jpg"} |
So I just started using gallery-dl again to download from instagram after a couple years and I noticed that it's giving me tons of webp files as well - would anyone here have any insights at all to why this might be and if there is a solution to this? I'd rather get a png or jpg instead of a webp file if possible to clarify some sort of option for this.
The text was updated successfully, but these errors were encountered: