marcopeocchi / yt-dlp-web-ui

A terrible web ui and RPC server for yt-dlp. Designed to be self-hosted.
GNU General Public License v3.0
917 stars 94 forks source link

Initial Download to Temporary Directory #43

Closed kucksdorfs closed 1 year ago

kucksdorfs commented 1 year ago

I know this isn't the default functionality in yt-dlp or youtube-dl, but would it be possible to have the videos download to a temporary location and then move the download location once complete?

So when I click Start the download starts in /temp or something similar and then once the download is complete move to /download.

mchangrh commented 1 year ago

You can achieve this with yt-dlp -P or --path to specify a temp path