Skip to content
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

Video embeds not working Discord #67

Open
AEtherPi opened this issue Jan 26, 2024 · 13 comments
Open

Video embeds not working Discord #67

AEtherPi opened this issue Jan 26, 2024 · 13 comments

Comments

@AEtherPi
Copy link

It only shows the preview image, even when enlarged.
image

@danvayn
Copy link

danvayn commented Jan 27, 2024

Might be specifically a reels issue, I have the same issue with my reel link.

@shelbyKiraM
Copy link

shelbyKiraM commented Jan 28, 2024

I know youtube-dl has been having issues getting reel URLs for me a couple/few weeks? I can right-click, Copy Video Address from vid in Safari on macOS using the Baking Soda plugin tho… Lé sigh. Meta tryin' to be smart is making us NORMAL NERDS sadge.

@styledliving
Copy link

styledliving commented Feb 1, 2024

i noticed this one doesn't even load up.

(https://www.instagram.com/reel/C14fSnbL9Ax/

@GeorgeWL
Copy link

GeorgeWL commented Mar 4, 2024

I only just started seeing this issue, was fine earlier in the week.

Ah example link
https://www.ddinstagram.com/reel/C3-9hPNIUzS/?igsh=

@barraIhsan
Copy link

It's all now working guys, the link given by the OP is also worked

@rnnc
Copy link

rnnc commented Mar 25, 2024

doesnt work, the following video isn't loading

https://www.instagram.com/p/C1cKtgZtWaV/

@NicoTheCinderace
Copy link

It's all now working guys, the link given by the OP is also worked

Nope.

@Wikidepia
Copy link
Owner

Wikidepia commented Mar 25, 2024

InstaFix get the video URL from Instagram embed, sometimes they are blocked by Instagram, for example:

There is no bypass for this except to create a dummy account and scrape from it, but it will be easily blocked by IG and hard to maintain

@barraIhsan
Copy link

InstaFix get the video URL from Instagram embed, sometimes they are blocked by Instagram, for example:

* https://www.instagram.com/p/C1cKtgZtWaV/embed/captioned, when the post is blocked you cant play this link from your browser, and only shows its thumbnail and "Watch on Instagram"

There is no bypass for this except to create a dummy account and scrape from it, but it will be easily blocked by IG and hard to maintain

hmm this one right here,
image
is showing the video on discord embed, but if we open the embed caption on the browser, it shows "Watch on Instagram" too

@Wikidepia
Copy link
Owner

Wikidepia commented Apr 11, 2024

is showing the video on discord embed, but if we open the embed caption on the browser, it shows "Watch on Instagram" too

There is other method used by InstaFix, sometimes IG does not block scraping directly from their graphql API (

req.SetRequestURI("https://www.instagram.com/graphql/query/")
req.URI().QueryArgs().Add("query_hash", "b3055c01b4b222b8a47dc12b090e4e64")
req.URI().QueryArgs().Add("variables", "{\"shortcode\":\""+postID+"\"}")
). Scraping in general is very fragile and IG frequently change their anti bot stuff

@barraIhsan
Copy link

barraIhsan commented Apr 18, 2024

yeah, https://ddinstagram.com/reel/C50Yr1MRtXh/ this one didn't embed the video
Screenshot_2024-04-18-19-39-57-819_com.discord.png

(because I want to share it with my friend) I tried downloading it with cobalt.tools and it also didn't work
Screenshot_2024-04-18-19-43-56-355_org.mozilla.firefox_beta.png

but using yt-dlp works fine tho....
Screenshot_2024-04-18-19-45-47-041_com.junkfood.seal.png

(I'm using one of the yt-dlp wrapper on android, Seal)

@barraIhsan
Copy link

barraIhsan commented Apr 21, 2024

It seems that most of the links that were "broken" before, will fix themselves if you wait long enough.

for example, the reels I sent 3d ago are now embedding properly
image

edit:

InstaFix get the video URL from Instagram embed, sometimes they are blocked by Instagram,

oh, that's why you said "sometimes"

@GeorgeWL
Copy link

#82 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants