aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/options.py
diff options
context:
space:
mode:
authorinsaneracist <insaneracist@cyberdude.com>2020-10-31 02:40:11 -0700
committerinsaneracist <insaneracist@cyberdude.com>2020-10-31 02:40:11 -0700
commit712799bd30f26ce1b8a2931a73cdc7448f736964 (patch)
treec7818f09b1d1efc70fae8c68924461d8375840b7 /youtube_dlc/options.py
parent5b0a6a801084cced4b71c255270f53c881203ca8 (diff)
parent7fb5f2f29d99fa269988c6586558c7e9d21e432d (diff)
downloadhypervideo-pre-712799bd30f26ce1b8a2931a73cdc7448f736964.tar.lz
hypervideo-pre-712799bd30f26ce1b8a2931a73cdc7448f736964.tar.xz
hypervideo-pre-712799bd30f26ce1b8a2931a73cdc7448f736964.zip
Merge branch 'master' into youtube-mix-fix
Diffstat (limited to 'youtube_dlc/options.py')
-rw-r--r--youtube_dlc/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/options.py b/youtube_dlc/options.py
index 1d7a7fed2..66b45220c 100644
--- a/youtube_dlc/options.py
+++ b/youtube_dlc/options.py
@@ -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')