[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:
parent
3d9c35519d
commit
d1adf08119
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
presets:
|
||||
|
||||
_base:
|
||||
match_filters:
|
||||
filters:
|
||||
- "!is_live"
|
||||
overrides:
|
||||
file_uid: "{uid_sanitized}"
|
||||
file_title: "{title_sanitized}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue