mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-23 06:41:22 -05:00
[GH-ISSUE #1080] Problem downloading Instagram videos. #9540
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nyx47rd on GitHub (Jan 27, 2025).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/1080
bug description
Hello, I've been experiencing an error for a long time while downloading Instagram videos. I've tested it on two different videos; some of them download, while others don't. Interestingly, the URL structure of the videos is the same. Thank you!
reproduction steps
If you cannot access the link: https://www.instagram.com/reel/DD_4W2ytBr_/?igsh=MTEzdzdzcjN3NXJjNA==
Note: This video was taken from Instagram as a sharing link.
Note 2: Appendix-1 is below this.
screenshots
Above
links
platform information
Android Phone, Chrome 131.0.6778.260
additional context
Not Available
@catdevnull commented on GitHub (Jan 28, 2025):
this also happens to me, other example: https://www.instagram.com/reel/DFVFhM7uZst/
this happens on both of my self-hosteds and the main instance
@nyx47rd commented on GitHub (Jan 28, 2025):
They already opened an issue about this. Here is what someone says about it: https://github.com/imputnet/cobalt/issues/539#issuecomment-2152273025
@catdevnull commented on GitHub (Jan 28, 2025):
i can see the reel without an account:
@nyx47rd commented on GitHub (Jan 28, 2025):
There is something wrong with this.
@smhguard commented on GitHub (Jan 28, 2025):
I was able to download all content from Instagram using my custom model by inputting new cookies.
@nyx47rd commented on GitHub (Jan 28, 2025):
Wow, this is a great method. But is this limited to Instagram?
@smhguard commented on GitHub (Jan 28, 2025):
No, it supports all the services that Cobalt does, except for YouTube, for which I haven’t found a solution yet.
This bot is a combination of my custom Cobalt model and yt-dlp, but it primarily relies on Cobalt.
Additionally, it includes tools for file and link conversion.
@nyx47rd commented on GitHub (Jan 28, 2025):
So isn't this safe?
@smhguard commented on GitHub (Jan 28, 2025):
What do you mean by "not safe"? In what way is it not safe?
@nyx47rd commented on GitHub (Jan 28, 2025):
I don't know, that's why the special Cobalt model seemed a little weird to me. Otherwise I didn't mean to refer to you. I just want to know exactly what you used.
@nyx47rd commented on GitHub (Jan 28, 2025):
If these are the only ones, there is no problem.
@smhguard commented on GitHub (Jan 28, 2025):
There are no issues in terms of safety; it is completely secure.
I have also used https://github.com/imputnet/cobalt/blob/main/docs/run-an-instance.md, which is available for anyone to use.
Additionally, by regularly passing new cookies to the model, I can download most of the content.
@nyx47rd commented on GitHub (Jan 28, 2025):
Okay, thank you. Thanks for your help.