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.
Download to /dev/null ? #9682
Download to /dev/null ? #9682
Comments
|
Does |
|
@TRox1972 no, 'null' is a character special file, not a directory. So youtube-dl tries to create "/dev/null/.f264" |
|
Specify single file format, e.g. |
|
@dstftw That's it, thank you ;) |
|
@dstftw But I don't understand, according to manual "best" is the default choice for format selection, isn't it ? |
|
No. |
Hi everyone,
I have a little issue using Youtube-dl and downloading to /dev/null (black hole) on Ubuntu.
I use last pip packaged version : youtube-dl --version
2016.05.30.2
I run : youtube-dl --no-part --no-cache-dir -o '/dev/null' https://www.youtube.com/watch?v=e_I4i4whdXY
And it wants to create "/dev/null.f264" !
ERROR: unable to open for writing: [Errno 13] Permission denied: '/dev/null.f264'
On Windows, it works fine using "-o NUL".
Any hint on that issue ?
Thank you.
Florent