Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Did not download audio, only video (dash format) #10083
Comments
|
Turns out this is happening to a lot of videos (I am trying to download my youtube channel). Some are downloading just fine (audio and video). Many are only getting video. Here's another sample.
NB: Even though I specified best video + best audio (the all-in-one for that video is a 360p, so it gets skipped), it downloaded as video only (silent). |
|
Caused by https://github.com/rg3/youtube-dl/blob/master/youtube_dl/YoutubeDL.py#L1088-L1090. |
|
Thank you ... but in fairness, looking at that comment and the lines around it, I really don't understand what the code is doing. (Might help if I knew the language. I am guessing at what the flow structure is doing. The data structures, however ... Also, what language says "THEN statement IF condition ELSE statement"?) |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.07.13. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
I got a video without audio; not sure why.
The first video format fails (there is a 720p file, but I'm excluding that).
The second format line is bestvideo[ext=mp4][height=480]+bestaudio[ext=m4a] -- and there is a 480 dash video and audio.
But what I get is video only.
I expected to get video 135 and audio 140.