]> jfr.im git - yt-dlp.git/commit - README.md
Add regex to `--match-filter`
authorpukkandan <redacted>
Wed, 4 Aug 2021 21:31:23 +0000 (03:01 +0530)
committerpukkandan <redacted>
Wed, 4 Aug 2021 22:40:26 +0000 (04:10 +0530)
commita047eeb6d2cbbee944e5088f7cba111746f4bb0b
treec8237d8866e3474a03ae5e0191fbf4b487f3a1ea
parent77b87f0519719c4264f400f5627da86c12f48bca
Add regex to `--match-filter`

This does not fully deprecate `--match-title`/`--reject-title`
since `--match-filter` is only checked after the extraction is complete,
while `--match-title` can often be checked from the flat playlist.

Fixes: https://github.com/ytdl-org/youtube-dl/issues/9092, https://github.com/ytdl-org/youtube-dl/issues/23035
README.md
test/test_utils.py
yt_dlp/options.py
yt_dlp/utils.py