jmbannon / ytdl-sub

Lightweight tool to automate downloading and metadata generation with yt-dlp
https://ytdl-sub.readthedocs.io
GNU General Public License v3.0
1.58k stars 60 forks source link

Ignore certain videos? #1004

Closed joeybab3 closed 2 weeks ago

joeybab3 commented 2 weeks ago

Tried to peruse the docs and faq so forgive me if I have missed where this is explained, but is there a way to ignore certain videos or blacklist/delete them without redownloading?

Can I just delete the video files that are downloaded but leave the metadata files and it won't try and redownload or how would I go about this? There are some like 36 hour live streams I wanted to discard

jmbannon commented 2 weeks ago

Deleting them will not redownload them (assumining you're using TV show presets). ytdl-sub only looks at the download archive to determine if a vid is downloaded, and will continue to think it is even if the file is deleted.

For filtering live vids, see the example here: https://ytdl-sub.readthedocs.io/en/latest/config_reference/plugins.html#match-filters

jmbannon commented 2 weeks ago

Closing but still happy to help if needed