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
2.05k stars 111 forks source link

Library Not Updating Correctly #604

Closed awadrummer closed 8 months ago

awadrummer commented 9 months ago

Thanks for taking the time to submit a bug report! Please include the following information:

What operating system are you using?

Windows 11

What version of Tartube are you using?

v2.4.429

I started to download a channel's videos, but then realized after about 7 videos in that it wasn't downloading the auto generated subtitles. I halted the process applied the settings to download said subtitles and attempted again. It still didn't download the auto subtitles. So I deleted the files from the drive using TarTube then I went to re-download them. Now no matter how many times I refresh the channel or check the channel the deleted videos no longer show up in the video list.

axcore commented 9 months ago

Regarding the inability to re-download the video: see this section on yt-dlp archive files. If the video has been added to the archive file, then yt-dlp thinks it has already been downloaded, and won't try to download it again.

Try opening the channel's folder, and then deleting (or temporarily renaming) the archive file, ytdl-archive.txt.

If you're downloading using Tartube's Videos tab (not the Classic Mode tab), then you can right-click a video to re-download, which will automatically bypass the archive file.

Regarding the failure to download subtitles, if that's still a problem then select a single video whose subtitles can't be downloaded. Try downloading them, then show me a screenshot of your Output tab, including the yellow text at the top.

axcore commented 8 months ago

Closed for inactivity.