diff options
author | Jesús <heckyel@hyperbola.info> | 2022-03-01 00:27:11 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-03-01 00:27:11 +0800 |
commit | 4a094056595a2d714b238eb63ef0a5df6eb03397 (patch) | |
tree | 118e01caac1fb0adbe93ca663d3568f539ee60cd /yt_dlp/downloader/fragment.py | |
parent | 703ef56c0740adc89c1277b4d26e1dbd577c8ba8 (diff) | |
parent | 93c8410d333c9a61488448c29aabb6fa831e2991 (diff) | |
download | hypervideo-pre-4a094056595a2d714b238eb63ef0a5df6eb03397.tar.lz hypervideo-pre-4a094056595a2d714b238eb63ef0a5df6eb03397.tar.xz hypervideo-pre-4a094056595a2d714b238eb63ef0a5df6eb03397.zip |
updated from upstream | 01/03/2022 at 00:27
Diffstat (limited to 'yt_dlp/downloader/fragment.py')
-rw-r--r-- | yt_dlp/downloader/fragment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/downloader/fragment.py b/yt_dlp/downloader/fragment.py index 24f4ec959..83a9f81b6 100644 --- a/yt_dlp/downloader/fragment.py +++ b/yt_dlp/downloader/fragment.py @@ -178,7 +178,7 @@ class FragmentFD(FileDownloader): dl = HttpQuietDownloader( self.ydl, { - 'continuedl': True, + 'continuedl': self.params.get('continuedl', True), 'quiet': self.params.get('quiet'), 'noprogress': True, 'ratelimit': self.params.get('ratelimit'), |