[BACKEND] Add !is_live match-filter by default to TV show presets (#735)

Any YouTube channel with an active livestream would make ytdl-sub hang until it completed. This adds a match-filter to skip live videos by default for all prebuild TV show presets.

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:08:36 -07:00 committed by GitHub
parent 3d9c35519d
commit d1adf08119
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,9 @@
presets:
_base:
match_filters:
filters:
- "!is_live"
overrides:
file_uid: "{uid_sanitized}"
file_title: "{title_sanitized}"