mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
Facebook "share" URLs are not recognized #567
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 @greatestradioshow on GitHub (Nov 14, 2024).
bug description
When trying to download a Facebook "share" URL "https://www.facebook.com/share/r/1CzXMGrJns/?mibextid=UalRPS" no media is found.
After beeing changed to the "reel" URL "https://www.facebook.com/reel/1750464455755973" it worked.
reproduction steps
screenshots
No response
links
platform information
Mobile and Desktop
additional context
No response
@MMJv3 commented on GitHub (Nov 24, 2024):
im pretty sure share links are meant for facebook to track who shared what to who.
i went to the share link, saw the reel, and I was able to download it.
i pasted this link: https://www.facebook.com/reel/1750464455755973
@lumap commented on GitHub (Dec 9, 2024):
this also affects instagram, but clicking share -> copy link in it always results in a share link. afaik there's no way to get a working reel link out of the insta app. you can CURL the link two times (first is a 301, then a 302 that returns the reel link) but that's painful to do
@DIDIx13 commented on GitHub (Feb 12, 2025):
Fixed in
cca61275f1