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 |
||
|---|---|---|
| .. | ||
| internal | ||
| __init__.py | ||
| test_audio_extract.py | ||
| test_chapters.py | ||
| test_date_range.py | ||
| test_file_convert.py | ||
| test_match_filters.py | ||
| test_music_tags.py | ||
| test_nfo_tags.py | ||
| test_regex.py | ||
| test_split_by_chapters.py | ||
| test_subtitles.py | ||