diff options
author | Jesús <heckyel@hyperbola.info> | 2022-03-12 06:05:22 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-03-12 06:05:22 +0800 |
commit | b9775db0f6c1013c76bd34784a92943c1c099e17 (patch) | |
tree | 578123ef504e260d59b3490eab648f7e20348f94 /yt_dlp/options.py | |
parent | 4dca2c43485c9aebf8437e0dae86668a0b969b20 (diff) | |
parent | 592b748582f67309ac79670ba6a4bb7a62c4506f (diff) | |
download | hypervideo-pre-b9775db0f6c1013c76bd34784a92943c1c099e17.tar.lz hypervideo-pre-b9775db0f6c1013c76bd34784a92943c1c099e17.tar.xz hypervideo-pre-b9775db0f6c1013c76bd34784a92943c1c099e17.zip |
updated from upstream | 12/03/2022 at 06:05
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r-- | yt_dlp/options.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py index 9f1f31974..9f6b45ec6 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -319,7 +319,7 @@ def create_parser(): general.add_option( '--mark-watched', action='store_true', dest='mark_watched', default=False, - help='Mark videos watched (even with --simulate). Currently only supported for YouTube') + help='Mark videos watched (even with --simulate)') general.add_option( '--no-mark-watched', action='store_false', dest='mark_watched', @@ -1178,7 +1178,7 @@ def create_parser(): help='Do not write video description (default)') filesystem.add_option( '--write-info-json', - action='store_true', dest='writeinfojson', default=False, + action='store_true', dest='writeinfojson', default=None, help='Write video metadata to a .info.json file (this may contain personal information)') filesystem.add_option( '--no-write-info-json', |