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.
when use youtube-dl to parse youtube site, only video or only audio ,why? #19224
Comments
|
why close the issue? |
youtube-dl --version : 2019.01.17
i use youtube-dl to parse youtube site video, but the video in result is with no audio. why?
i use the command:
youtube-dl --no-warnings --skip-download --user-agent "Mozilla/5.0 (Android 4.4; Mobile; rv:48.0) Gecko/48.0 Firefox/48.0" --dump-json "https://www.youtube.com/watch?v=vPoUg1SDJAw"
the result is only show me audio or video(no audio with). please help.