ytdl-sub/docs
Jesse Bannon 6615e1d1ac
[BACKEND] Always filter out live, post_live, and upcoming videos on download (#742)
Closes Issue: https://github.com/jmbannon/ytdl-sub/issues/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
2023-09-24 06:24:21 -07:00
..
conf.py Add documentation for plugins + improve docs overall (#23) 2022-05-10 22:22:03 -07:00
config.rst [BACKEND] Always filter out live, post_live, and upcoming videos on download (#742) 2023-09-24 06:24:21 -07:00
deprecation_notices.rst [FEATURE] Simplify `video_tags` (#661) 2023-07-24 18:18:53 -07:00
getting_started.rst [DOCS] readthedocs makeover (#493) 2023-03-01 23:45:16 -08:00
index.rst [FEATURE] embed_thumbnail plugin (#659) 2023-07-24 12:07:36 -07:00
install.rst [DOCS] Add unraid to readthedocs install (#580) 2023-04-05 12:34:00 -07:00
make.bat sphinx working 2022-04-13 07:47:33 +00:00
Makefile sphinx working 2022-04-13 07:47:33 +00:00
presets.rst [FEATURE] Add max_1080p prebuilt preset (#690) 2023-08-30 11:28:58 -07:00
usage.rst [FEATURE] Ability to suppress or write transaction log to file (#514) 2023-03-08 13:32:07 -08:00