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.
Checklist
Question
When running youtube-dl on a connected NAS that is on the local network youtube-dl fails to delete files after merging, leaving an MKV, MP4, and WebM file on the NAS. When running it on a local hard drive or external drive it acts appropriately by removing the video and audio file after they're no longer needed. Is this a permissions issue? Is youtube-dl creating files then not able to delete them because it's lost permission to them on the network drive?