1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

get_one_media: include version crash

This commit is contained in:
Johan Andersson 2016-06-01 22:09:25 +02:00
parent 704fc6dee8
commit 53d702708b

View File

@ -214,6 +214,7 @@ def get_one_media(stream, options):
error.append(i)
except Exception as e:
if options.verbose:
log.error("version: %s" % __version__)
raise
else:
log.error("svtplay-dl crashed")