diff options
author | Jesús <heckyel@hyperbola.info> | 2022-02-24 04:34:59 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-02-24 04:34:59 +0800 |
commit | 50d9ac9fa684f0190021be23756575f989a70dc7 (patch) | |
tree | e8ad809e09f76ff6ac65a51846c06d0d3f58b432 /yt_dlp/options.py | |
parent | 21cc56c6e71361ccf17cebb6b131113501815ae6 (diff) | |
parent | 09b49e1f688831c3ad7181decf38c90f8451e6c4 (diff) | |
download | hypervideo-pre-50d9ac9fa684f0190021be23756575f989a70dc7.tar.lz hypervideo-pre-50d9ac9fa684f0190021be23756575f989a70dc7.tar.xz hypervideo-pre-50d9ac9fa684f0190021be23756575f989a70dc7.zip |
updated from upstream | 24/02/2022 at 04:34
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r-- | yt_dlp/options.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py index eb21a25ac..f0bc3c09c 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -1546,11 +1546,11 @@ def create_parser(): 'and (optionally) arguments to be passed to it, separated by a colon ":". ' 'ARGS are a semicolon ";" delimited list of NAME=VALUE. ' 'The "when" argument determines when the postprocessor is invoked. ' - 'It can be one of "pre_process" (after extraction), ' - '"before_dl" (before video download), "post_process" (after video download; default), ' - '"after_move" (after moving file to their final locations), ' + 'It can be one of "pre_process" (after video extraction), "after_filter" (after video passes filter), ' + '"before_dl" (before each video download), "post_process" (after each video download; default), ' + '"after_move" (after moving video file to it\'s final locations), ' '"after_video" (after downloading and processing all formats of a video), ' - 'or "playlist" (end of playlist). ' + 'or "playlist" (at end of playlist). ' 'This option can be used multiple times to add different postprocessors')) sponsorblock = optparse.OptionGroup(parser, 'SponsorBlock Options', description=( |