ytdl-sub/tests/e2e
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
..
bandcamp [REFACTOR] BaseDownloader (#542) 2023-03-14 23:42:50 -07:00
plugins [BACKEND] Always filter out live, post_live, and upcoming videos on download (#742) 2023-09-24 06:24:21 -07:00
soundcloud [FEATURE] format plugin to set yt-dlp format easier (#714) 2023-09-13 00:02:19 -07:00
youtube [FEATURE] format plugin to set yt-dlp format easier (#714) 2023-09-13 00:02:19 -07:00
__init__.py e2e tests wip 2022-04-28 04:43:47 +00:00
conftest.py [FEATURE] Persisted subscription logs (#512) 2023-03-08 00:17:11 -08:00