diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-08-05 23:30:53 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-08-06 00:55:04 +0530 |
commit | b51d2ae3cae121de084460f1260d5d644a566338 (patch) | |
tree | 847d65d3f4ba0d1488b8fcf9c035f6a26c337c06 /yt_dlp/YoutubeDL.py | |
parent | fee5f0c9098c708df7bb4510d56b81800b30ea50 (diff) | |
download | hypervideo-pre-b51d2ae3cae121de084460f1260d5d644a566338.tar.lz hypervideo-pre-b51d2ae3cae121de084460f1260d5d644a566338.tar.xz hypervideo-pre-b51d2ae3cae121de084460f1260d5d644a566338.zip |
Add compat-option `no-keep-subs`
Closes #630
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r-- | yt_dlp/YoutubeDL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index 19fc5bdb6..978f43054 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -404,7 +404,7 @@ class YoutubeDL(object): compat_opts: Compatibility options. See "Differences in default behavior". The following options do not work when used through the API: filename, abort-on-error, multistreams, no-live-chat, - no-clean-infojson, no-playlist-metafiles. + no-clean-infojson, no-playlist-metafiles, no-keep-subs. Refer __init__.py for their implementation The following parameters are not used by YoutubeDL itself, they are used by |