]> jfr.im git - yt-dlp.git/commit - README.md
Add pre-processor stage `after_filter`
authorpukkandan <redacted>
Tue, 22 Feb 2022 11:43:30 +0000 (17:13 +0530)
committerpukkandan <redacted>
Tue, 22 Feb 2022 22:56:48 +0000 (04:26 +0530)
commit09b49e1f688831c3ad7181decf38c90f8451e6c4
tree4d842cbe7a7016a99875f66d90dfbe3269747b36
parent1108613f021eea0f6d4c5786c94db98641af6d59
Add pre-processor stage `after_filter`

* Move `_match_entry` and `post_extract` to `process_video_result`. It is also left in `process_info` for API compat
* `--list-...` options and `--force-write-archive` now obey filtering options
* Move `SponsorBlockPP` to `after_filter`. Closes https://github.com/yt-dlp/yt-dlp/issues/2536
* Reverts 4ec82a72bbf7ff0066edb50dcad20aa77ac2fe09 since this commit addresses the issue it was solving
README.md
test/test_YoutubeDL.py
yt_dlp/YoutubeDL.py
yt_dlp/__init__.py
yt_dlp/options.py
yt_dlp/utils.py