You are not logged in.
Hello,
/media/ramdisk$ youtube-dl https://www.youtube.com/watch?v=FpqivQ6P0s4
[youtube] Setting language
[youtube] FpqivQ6P0s4: Downloading webpage
[youtube] FpqivQ6P0s4: Downloading video info webpage
[youtube] FpqivQ6P0s4: Extracting video information
ERROR: unable to open for writing: [Errno 13] Permission denied: 'Japanese traditional relaxing music _ Koto, Zen Garden, Instrumental, Spa \xe2\x80\x93 N\xc2\xba 003-FpqivQ6P0s4.mp4.part'
Devuan 1.0 (jessie), 64 bit.
Does anyone know please how to fix it ?
Last edited by boycottsystemd (2017-10-06 11:54:49)
Offline
I suggest this as I had a problem recently with youtube-dl that was fixed by installing youtube-dl from the backports repo:
Add this line to your /etc/apt/sources.list file:
deb http://auto.mirror.devuan.org/merged/ jessie-backports main contrib non-free
As root, run these two commands:
apt-get update
apt-get -t jessie-backports install youtube-dl
Offline
Hello,
Thank you it's solved.
Offline
You might want to edit the original post and add "Solved" to the thread topic, to help others.
And what did you do to solve it? This might help others who come across this problem.
Offline
And what did you do to solve it? This might help others who come across this problem.
I did what you've recommended in your post.
Offline