[core/yt_live_chat] live_chat is back. dl() new parameter
This commit is contained in:
parent
4932ba4aec
commit
9f448fcb26
4 changed files with 24 additions and 13 deletions
|
|
@ -582,7 +582,7 @@ def parseOpts(overrideArguments=None):
|
|||
'along with --min-sleep-interval.'))
|
||||
workarounds.add_option(
|
||||
'--sleep-subtitles',
|
||||
dest='sleep_interval_subtitles', action='store_true', default=False,
|
||||
dest='sleep_interval_subtitles', action='store_true', default=0,
|
||||
help='Enforce sleep interval on subtitles as well')
|
||||
|
||||
verbosity = optparse.OptionGroup(parser, 'Verbosity / Simulation Options')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue