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.
youtube-dl dose not work on shared network volume #23292
Comments
|
thanks a lot in advance |
|
I use Youtube-dl from a linux machine saving the videos to a mounted network drive, works just fine. You just have to mount the drive with permissions for the user running youtube-dl |
|
This is how I mount my drive: |
|
Hi, thanks for the reply. I am using an ftp share mounted throuhg fuse curl ftp client, any idea how to mount it right with that |
|
I now wrote a workaround wrapper script that downloads stuff to /tmp and moves it afterwards but ive got only 200mb on this system (ramdisk only its an little xwrt think i put a bare debian chroot on) |
|
Thanks in advance |
|
This is how i mount stuff: Curlftpfs -o allow_other,nonempty ftp:@192.168.178.3 /mnt/fbftp/ |
Checklist
Verbose log
Description
hi there, i would like to download files directly onto my shared volume but got following error, i have all necceccery rights but the access module sheams to want to access in a special cached way that is not supported by the server in use, so could you fix that or guide me how to set up a cache fs which addes the requierered operations on debian based systems: