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.
Decrecation warning when extracting audio #1323
Comments
|
The DeprecationWarning is fixed. But there's still the error you get when extracting the audio, once the next version is released, you should open a new issue so that we can try to fix it. |
I get the following output when attempting to extract audio. I have made sure that I am running the latest versions of youtube-dl and ffmpeg. Any ideas?
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', '-x', 'http://www.youtube.com/watch?v=qywG2-FC6x0']
[debug] youtube-dl version 2013.08.27
[debug] Python version 2.6.5 - Linux-2.6.32-38-generic-i686-with-Ubuntu-10.04-lucid
[debug] Proxy map: {}
[youtube] Setting language
[youtube] qywG2-FC6x0: Downloading video webpage
[youtube] qywG2-FC6x0: Downloading video info webpage
[youtube] qywG2-FC6x0: Extracting video information
[download] Alan Partridge Alpha Papa Trailer-qywG2-FC6x0.mp4 has already been downloaded
[ffmpeg] Destination: Alan Partridge Alpha Papa Trailer-qywG2-FC6x0.m4a
/usr/bin/youtube-dl/youtube_dl/PostProcessor.py:140: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
/usr/bin/youtube-dl/youtube_dl/PostProcessor.py:210: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
ERROR: audio conversion failed:
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 576, in post_process
keep_video_wish,new_info = pp.run(info)
File "/usr/bin/youtube-dl/youtube_dl/PostProcessor.py", line 213, in run
raise PostProcessingError(msg)
PostProcessingError