diff options
author | Unknown <blackjack4494@web.de> | 2020-11-01 03:36:16 +0100 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-11-01 03:36:16 +0100 |
commit | 31108ce946eccbe765b12f0b8a9a47622af68c27 (patch) | |
tree | df19447e1430979f3bf14a5c3972188b15f00034 /youtube_dlc/options.py | |
parent | ae306df7e0e20866e39cc4f817edb99fe47ddc4d (diff) | |
download | hypervideo-pre-31108ce946eccbe765b12f0b8a9a47622af68c27.tar.lz hypervideo-pre-31108ce946eccbe765b12f0b8a9a47622af68c27.tar.xz hypervideo-pre-31108ce946eccbe765b12f0b8a9a47622af68c27.zip |
[core] sleep-subtitles fix
Diffstat (limited to 'youtube_dlc/options.py')
-rw-r--r-- | youtube_dlc/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/options.py b/youtube_dlc/options.py index 66b45220c..3c8a1305e 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=0, + dest='sleep_interval_subtitles', default=0, type=int, help='Enforce sleep interval on subtitles as well') verbosity = optparse.OptionGroup(parser, 'Verbosity / Simulation Options') |