diff options
author | coletdev <coletdjnz@protonmail.com> | 2022-03-09 10:00:57 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 13:00:57 -0800 |
commit | e248be3319c4869536e2ddd87e9bcee6b5e439eb (patch) | |
tree | fb66a35d535f1da5b6752438e276b6d49131e5cf /yt_dlp/options.py | |
parent | ff91cf748343c41a74b09120896feccd390f91ce (diff) | |
download | hypervideo-pre-e248be3319c4869536e2ddd87e9bcee6b5e439eb.tar.lz hypervideo-pre-e248be3319c4869536e2ddd87e9bcee6b5e439eb.tar.xz hypervideo-pre-e248be3319c4869536e2ddd87e9bcee6b5e439eb.zip |
[panopto] Add extractors (#2908)
Based on https://github.com/ytdl-org/youtube-dl/pull/13449
Closes #1946
Authored by: coletdjnz, kmark
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 ce234d298..646ccebcd 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -323,7 +323,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', |