yausername / youtubedl-android

youtube-dl for android
GNU General Public License v3.0
934 stars 172 forks source link

Youtube Video has no sound #243

Open NewMacPro opened 12 months ago

NewMacPro commented 12 months ago

”YoutubeDL.getInstance().getInfo“ to get a url when download completely Youtube Video has no sound

what can I do?

deniscerri commented 11 months ago

You shouldn't download like that Just give it the original YouTube url.

The info url is split audio and video separately and you downloaded the video url

tomleejumah commented 3 months ago

You shouldn't download like that Just give it the original YouTube url.

The info url is split audio and video separately and you downloaded the video url

how do we merge the video and audio then?