action='store_true',dest='continue_dl',help='force resume of partially downloaded files. By default, youtube-dl will resume downloads if possible.',default=True)
filesystem.add_option('--no-continue',
filesystem.add_option('--no-continue',
action='store_false',dest='continue_dl',
action='store_false',dest='continue_dl',
help='do not resume partially downloaded files (restart from beginning)')
help='do not resume partially downloaded files (restart from beginning)')