kkdai / youtube

Download Youtube Video in Golang
MIT License
3.37k stars 433 forks source link

Why is there no sound when I upload a video from YouTube? #279

Open realtemirov opened 1 year ago

realtemirov commented 1 year ago

Hello everybody I did the sequence in the readme file, uploaded the video, but the sound is not coming out. I also used other libraries, I also used it in another language, C#, but the sound is not coming out

MystreAqui commented 1 year ago

I have this issue too

MystreAqui commented 1 year ago

@realtemirov i got it to work by specifying the itag in the -q argument

sunilpatel208 commented 1 year ago

@MystreAqui Which tag?

TrombeCryB commented 9 months ago

@MystreAqui Which tag? 哪个标签?

  1. Run, youtubedr info https://www.youtube.com/watch?v=5JberwYl-Zo
you can see ITAG 22 has both video and audio
  2. Run youtubedr download -q 22 https://www.youtube.com/watch?v=5JberwYl-Zo -o happydog.mp4
pass ITAG 22 to -q flag so you can download video and audio
  3. open happydog.mp4 file