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.
Error: "filename" when using youtube-dl embedded in a script #5117
Comments
|
Thanks for the report, it will work in the next version. |
|
Thank you! |
|
It works now, thank you for your work. |
I'm using
youtube-dl 2015.03.03.1on Ubuntu 14.04. I want to useyoutube-dlin an embedded way to extract the audio from YouTube videos.Please consider the following script (
test.py):Now run it:
[user@pc testytdl]$ python test.py Downloading... 20121002_youtube-dl_test_video.m4a Downloading... 20121002_youtube-dl_test_video.m4a Downloading... 20121002_youtube-dl_test_video.m4a Downloading... 20121002_youtube-dl_test_video.m4a Downloading... 20121002_youtube-dl_test_video.m4a Downloading... 20121002_youtube-dl_test_video.m4a Downloading... 20121002_youtube-dl_test_video.m4a Downloading... 20121002_youtube-dl_test_video.m4a Downloading... 20121002_youtube-dl_test_video.m4a Done: ERROR: 'filename'After running it, the directory contains a new file,
20121002_youtube-dl_test_video.m4a.part, which is 315992 bytes in size. The desired mp3 file is not there.