]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
Set continue to false again; we need to send to actually send a HEAD request to deter...
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 15 Sep 2011 17:27:21 +0000 (19:27 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 15 Sep 2011 17:27:21 +0000 (19:27 +0200)
youtube-dl

index 89bdc2a5b7e80e68b411c1d5697e203c7fcaa6c3..e45ba4fca8549c54f8c6dc255e223411531b335e 100755 (executable)
@@ -3569,7 +3569,7 @@ def parseOpts():
        filesystem.add_option('-w', '--no-overwrites',
                        action='store_true', dest='nooverwrites', help='do not overwrite files', default=False)
        filesystem.add_option('-c', '--continue',
-                       action='store_true', dest='continue_dl', help='resume partially downloaded files', default=True)
+                       action='store_true', dest='continue_dl', help='resume partially downloaded files', default=False)
        filesystem.add_option('--no-continue',
                        action='store_false', dest='continue_dl',
                        help='do not resume partially downloaded files (restart from beginning)')