yt-dlp/yt_dlp
pukkandan a047eeb6d2
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
2021-08-05 04:10:26 +05:30
..
downloader [nbcolympics:stream] Fix extractor 2021-08-04 20:41:59 +05:30
extractor [twitch:clips] Extract display_id 2021-08-05 03:37:20 +05:30
postprocessor [ffpmeg] Allow --ffmpeg-location to be a file with different name 2021-08-05 03:37:18 +05:30
__init__.py Handle BrokenPipeError 2021-08-05 03:37:20 +05:30
__main__.py
aes.py
cache.py
compat.py [compat] Remove unnecessary code 2021-07-20 03:46:05 +05:30
cookies.py [cookies] Handle errors when importing keyring 2021-07-23 19:58:27 +05:30
jsinterp.py
options.py Add regex to --match-filter 2021-08-05 04:10:26 +05:30
socks.py
swfinterp.py.disabled
update.py
utils.py Add regex to --match-filter 2021-08-05 04:10:26 +05:30
version.py [version] update 2021-08-02 10:41:58 +05:30
webvtt.py [webtt] Fix timestamps 2021-07-12 05:20:12 +05:30
YoutubeDL.py Ensure sanitization of infodict before printing to stdout 2021-08-05 03:37:16 +05:30