diff --git a/napi b/napi index 50fbf50..cc6162d 100755 --- a/napi +++ b/napi @@ -85,7 +85,7 @@ for movie_filename in args.movies: if result != 0: print "%s: 7zip returned non-zero code: %s" % (movie_filename, subtitle_filename) os.remove(subtitle_filename) - sys.exit(3) + continue print "%s: downloaded subtitles: uploader '%s', author '%s', date '%s'" % (movie_filename, subtitle_uploader, subtitle_author, subtitle_date)