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.
Can't download to a Samba share #4928
Comments
|
Like all command-line programs I am aware of, youtube-dl just supports the normal filesystem. File paths starting with The Linux (though not the KDE) way to use SMB shares is to mount the share into the local filesystem. Therefore, I must sadly close this issue. While we would not actively reject a pull request that adds kioslaves support (although that might pose a problem, since it would be highly platform-specific), adding kioslaves is far outside the scope of youtube-dl. Sorry! |
Relevant part of my bash script:
Output:
Workaround: if I remove ${DEST_DIR} from the -o parameter and instead use pushd to change to that directory first (as pushd works with samba shares), the youtube-dl command then works fine. It looks like something inside the python code might be barfing on the samba syntax.