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

Youtube shorts are not supported #128

Open
JuhG opened this issue Sep 30, 2022 · 1 comment
Open

Youtube shorts are not supported #128

JuhG opened this issue Sep 30, 2022 · 1 comment

Comments

@JuhG
Copy link

JuhG commented Sep 30, 2022

Example URL: https://youtube.com/shorts/X-eGfVovXNU?feature=share
The response is no "matching provider found"
Currently I'm parsing the ID and using a traditional Youtube url, but the aspect ratio is weird this way.
Thanks!

@brunoaugusto
Copy link

I had this problem in the past when uploading short videos that shouldn't be YouTube Short but, because they had less than one minute, YouTube inadvertently converted them to one. After digging some information, I realized that, despite this YouTube behaviour, a YouTube Short is indeed a real video, and you can access it normally with the ?watch=XXX URL, thus accessible with NoEmbed.

Sure, it would be nice to have this re-routing done by NoEmbed, but you can also do it yourself in your application.

Hope it helps :)

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

2 participants