X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=blobdiff_plain;f=youtube_dl%2Fdownloader%2Fcommon.py;h=a0fc5ead06a4e8adba7886d2a4087d28ca9cdbcb;hp=ca14d64bc192cd8d783ffe604198ec2b064e2cc9;hb=c59e701e35dedb40da9d1e88c051141e63ded550;hpb=8e678af4ba873c348ec2634ab22f84c61546c093 diff --git a/youtube_dl/downloader/common.py b/youtube_dl/downloader/common.py index ca14d64bc..a0fc5ead0 100644 --- a/youtube_dl/downloader/common.py +++ b/youtube_dl/downloader/common.py @@ -318,7 +318,7 @@ class FileDownloader(object): ) continuedl_and_exists = ( - self.params.get('continuedl', False) and + self.params.get('continuedl', True) and os.path.isfile(encodeFilename(filename)) and not self.params.get('nopart', False) )