axcore / tartube

A GUI front-end for youtube-dl, partly based on youtube-dl-gui and written in Python 3 / Gtk 3
GNU Lesser General Public License v2.1
1.92k stars 105 forks source link

Clear previously downloaded links when using the `Clear downloaded` button #621

Closed parasiteoflife closed 3 months ago

parasiteoflife commented 4 months ago

I'm using yt-dlp with the archive option.

When there is a url that has been already downloaded and is logged in the archive file Tartube also marks them as "Finished" but they are not removed when using the Clear downloaded button, please add this function.

axcore commented 3 months ago

Fixed in v2.5.015.

The new code is uploaded only to github/pypi. You can update a Windows installation, as described here: https://tartube.sourceforge.io/#update-tartube-on-ms-windows

parasiteoflife commented 3 months ago

Thank you!