[panopto] Add extractors (#2908)
Based on https://github.com/ytdl-org/youtube-dl/pull/13449 Closes #1946 Authored by: coletdjnz, kmark
This commit is contained in:
parent
ff91cf7483
commit
e248be3319
5 changed files with 465 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue