diff options
| -rwxr-xr-x | youtube-dl | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 89bdc2a5b..e45ba4fca 100755 --- a/youtube-dl +++ b/youtube-dl @@ -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)')  | 
