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.
Command to download file as an mp3 #15653
Comments
|
|
Thanks for your prompt response. I am doing the same as you mention however final file is mp4 I am trying to download files as mp3..I also tried following example to download mp3... however it created wem file.. what changes I need to make so that output will be high quality mp3. from future import unicode_literals class MyLogger(object):
def my_hook(d): ydl_opts = { |
|
#youtube-dl download mp3 only
Example
youtube-dl --audio-format 'mp3' https://www.youtube.com/watch?v=QCjk_NPsIqU