-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Can’t download a YouTube video because no matching formats were found #1144
Comments
seems like this video is being re-processed on youtube’s side, so some formats that cobalt uses are missing. not sure if we can do anything from our side atm unfortunately |
could maybe add more codec combos in the future though? |
Same one can tell me that how can I installing the software! |
That would be nice ^^ |
Could be related to recent DRM changes from YouTube? Documented more here yt-dlp/yt-dlp#12563 |
nope, it's caused by youtube not returning an acceptable format combo. in this video's case, only h264 video & opus audio are available. cobalt tries to pick either h264+aac, vp9+opus, or av1+opus, but can't find anything appropriate. |
bug description
I've been trying to download two different videos with cobalt, but every time I try to download them, it tells me to try downloading them without HLS enabled, along with a “couldn't find any matching HLS streams for this video. try downloading it without HLS!” error message.
So, I turn off HLS, try again, but then I get a “youtube didn't return a valid video + audio format combo, either video or audio is missing. formats for this video may be re-encoding on youtube's side or something went wrong when parsing them. try enabling the hls option in video settings!” error message.
No matter what I try, it doesn't make any difference. I tried changing the video and audio quality, downloading it as a video, downloading as an audio, but they all keep giving me these two different error messages, depending on if I have HLS enabled or not.
reproduction steps
screenshots
links
platform information
Microsoft Edge Version 133.0.3065.92 on a Windows 10 desktop
additional context
No response
The text was updated successfully, but these errors were encountered: