alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
6.31k stars 398 forks source link

Fix #264: calculate download dir correctly when deleting files #286

Closed guahki closed 1 year ago

guahki commented 1 year ago

Extract download directory calculation into a function to use it when deleting files and correctly calculate the directory when using custom directories.

Fixes #264