-
-
Notifications
You must be signed in to change notification settings - Fork 140
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 not supported? #1026
Comments
Just need to extract the id from the url, the rest works as before. Fixes #1026.
YouTube shorts were indeed not working because the bot failed to extract the video id. I pushed a fix to the |
Thanks. I cannot test it unfortunately as the howto for build for Linux keeps failing for dotnet5
dotnet 6 also didn't work as there were serveral errors like
|
Can you check if your submodules are up-to-date? That is working for me. Sounds like the build instructions are out-of-date as they still refer to .net 5. |
Working for me too now. |
or change url like this; I'm using |
I was trying to play a youtube short with
!pl https://www.youtube.com/shorts/OOXZx0QkY04
That returned a
Error: Could not load. (youtube: The id could not get parsed.)
This is the stack trace
I'm guessing this is just not supported or am I doing something wrong? yt-dlp downloads the youtube short normally
The text was updated successfully, but these errors were encountered: