[BACKEND] Filter out upcoming videos and post-live streams by default in TV show presets (#738)

Follow-up to filtering out live videos. YouTube channels with an upcoming video that hasn't premiered yet would also hang ytdl-sub. Perform a match-filter to skip those as well.

More info on match-filters here: https://ytdl-sub.readthedocs.io/en/latest/config.html#match-filters
This commit is contained in:
Jesse Bannon 2023-09-21 23:50:56 -07:00 committed by GitHub
parent 04b19a5ddd
commit f05fdbc498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ presets:
_base:
match_filters:
filters:
- "!is_live"
- "!is_live & !is_upcoming & !post_live"
overrides:
file_uid: "{uid_sanitized}"
file_title: "{title_sanitized}"