diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-03-20 09:16:42 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-03-20 09:31:53 +0530 |
commit | dd18a58cb1166b911c3b10e0e365bc8e01a1625b (patch) | |
tree | 2a2ebebbb825ddadf2b79e200994a4b60e1ac7ff /yt_dlp/options.py | |
parent | a94bfd6cfe07874f600f0e3c2edd071a1a0a0c4e (diff) | |
download | hypervideo-pre-dd18a58cb1166b911c3b10e0e365bc8e01a1625b.tar.lz hypervideo-pre-dd18a58cb1166b911c3b10e0e365bc8e01a1625b.tar.xz hypervideo-pre-dd18a58cb1166b911c3b10e0e365bc8e01a1625b.zip |
[documentation] Add `SplitChapters` to `--ppa`
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r-- | yt_dlp/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py index 28bbd27d7..49a275252 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -1090,7 +1090,7 @@ def parseOpts(overrideArguments=None): 'Specify the postprocessor/executable name and the arguments separated by a colon ":" ' 'to give the argument to the specified postprocessor/executable. Supported postprocessors are: ' 'SponSkrub, ExtractAudio, VideoRemuxer, VideoConvertor, EmbedSubtitle, Metadata, Merger, ' - 'FixupStretched, FixupM4a, FixupM3u8, SubtitlesConvertor and EmbedThumbnail. ' + 'FixupStretched, FixupM4a, FixupM3u8, SubtitlesConvertor, EmbedThumbnail and SplitChapters. ' 'The supported executables are: SponSkrub, FFmpeg, FFprobe, and AtomicParsley. ' 'You can also specify "PP+EXE:ARGS" to give the arguments to the specified executable ' 'only when being used by the specified postprocessor. Additionally, for ffmpeg/ffprobe, ' |