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.
Use /tmp directory for frag and .vtt files #10993
Comments
|
Or a parameter that enables to choose temporary files’ folder/directory/path. |
|
Related: #11054 |
|
The way I want this to work is that you can specify the intermediate folder, what are the plans on this? As it would be good if it also could move after task done or after each video and you could decide. |
|
I would also like to see a configurable temporary file folder, audio+video merging would work so much faster if source files were on a separate filesystem. |
|
I would like to see this as well, it would be useful to download videos to a folder monitored by Serviio without manually moving them. youtube-dl sometimes fails to delete the temporary files after merging because Serviio opens them for a few seconds. |
|
Using the current working directory for temporary files is never a good idea. youtube-dl should at least use the temporary folder defined by the system. |
I sometimes see leftover
--Frag17and-.ru.vttfiles in my home directory. I assume it's from me interrupting youtube-dl during a download.Can you use the /tmp (
TMPDIR) instead for those files?