-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
bestaudio is error with some YouTube urls #21381
Comments
awei78
changed the title
bestaudio is error with some urls
bestaudio is error with some YouTube urls
Jun 13, 2019
Hi, same for me (note the "WARNING: Unknown codec unknown" for failing audio formats where "acodec" == "none"):
|
dstftw
added a commit
that referenced
this issue
Jun 13, 2019
meunierd
referenced
this issue
in meunierd/youtube-dl
Dec 27, 2019
meunierd
referenced
this issue
in meunierd/youtube-dl
Dec 27, 2019
meunierd
referenced
this issue
in meunierd/youtube-dl
Feb 13, 2020
meunierd
referenced
this issue
in meunierd/youtube-dl
Feb 13, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use bestvideo+bestaudio download YouTube video. Today I found out, some url, bestaudio of it is error.
Such as: youtube-dl -F "https://www.youtube.com/watch?v=gbkVoG1L2qo"
List all formats of it:
Note:
Format 395, 396, 397 is mp4 video, but be marked as "audio only".
And so, bestvideo+bestaudio is 137+397, they cannot be merged.
Has anyone else encountered this situation?
The text was updated successfully, but these errors were encountered: