From 7ffa1e6b23087f16c5ac1820dcdfd08b53031cc2 Mon Sep 17 00:00:00 2001 From: Antoine Bertin Date: Sun, 3 Jan 2016 10:51:10 +0100 Subject: [PATCH] Catch all errors when parsing metadata with enzyme --- subliminal/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subliminal/video.py b/subliminal/video.py index 11fbfcd90..b04d535cb 100644 --- a/subliminal/video.py +++ b/subliminal/video.py @@ -386,7 +386,7 @@ def scan_video(path, subtitles=True, embedded_subtitles=True, subtitles_dir=None else: logger.debug('MKV has no subtitle track') - except EnzymeError: + except: logger.exception('Parsing video metadata with enzyme failed') return video