mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
get_one_media: .message does not work with python3
This commit is contained in:
parent
f7323a0072
commit
595f482a48
@ -220,7 +220,7 @@ def get_one_media(stream, options):
|
||||
except UIException as e:
|
||||
if options.verbose:
|
||||
raise e
|
||||
log.error(e.message)
|
||||
log.error(e)
|
||||
sys.exit(2)
|
||||
|
||||
if options.thumbnail and hasattr(stream, "get_thumbnail"):
|
||||
|
Loading…
Reference in New Issue
Block a user