Skip to content

Fix YouTube & Vimeo video embedding - #223

Merged
eXpl0it3r merged 2 commits into
masterfrom
bugfix/youtube-embed
Dec 9, 2025
Merged

Fix YouTube & Vimeo video embedding#223
eXpl0it3r merged 2 commits into
masterfrom
bugfix/youtube-embed

Conversation

@eXpl0it3r

@eXpl0it3reXpl0it3r commented Dec 9, 2025

Copy link
Copy Markdown
Collaborator

YouTub's V2 API has been shutdown and V3 requires authentication via API key.
Luckily the oembed API is still publicly available.

Vimeo has a slightly different response, which needed adjusting in the parsing.

WinForms

image

WPF

image

The V2 API has been shutdown and V3 requires authentication via API key.
Luckily the oembed API is still publicly available.
The API response has slightly changed
@eXpl0it3reXpl0it3r changed the title Fix YouTube video embeddingFix YouTube & Vimeo video embeddingDec 9, 2025
@eXpl0it3r
eXpl0it3r merged commit a67400f into masterDec 9, 2025
18 checks passed
@eXpl0it3r
eXpl0it3r deleted the bugfix/youtube-embed branch December 9, 2025 11:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@eXpl0it3r