github jmbannon/ytdl-sub 2023.09.24.post1
ytdl-sub 2023.09.24.post1

latest releases: 2024.09.20.post1, 2024.09.20, 2024.09.18...
12 months ago

[BACKEND] Always filter out live, post_live, and upcoming videos on download (#742)

Closes Issue: #729

Add a new field to the match_filter plugin: download_match_filters. This set of filters will be applied at the download stage (as opposed to filters which get applied at the metadata stage). By default, always set "!is_live & !is_upcoming & !post_live" as a download filter. This prevents ytdl-sub from hanging when trying to grab live and upcoming videos.

Docs on match-filters: https://ytdl-sub.readthedocs.io/en/latest/config.html#match-filters

Don't miss a new ytdl-sub release

NewReleases is sending notifications on new releases.