diff --git a/libs/subliminal_patch/providers/legendasdivx.py b/libs/subliminal_patch/providers/legendasdivx.py index 02ad95cce..0f80c75ef 100644 --- a/libs/subliminal_patch/providers/legendasdivx.py +++ b/libs/subliminal_patch/providers/legendasdivx.py @@ -400,7 +400,7 @@ class LegendasdivxProvider(Provider): logger.debug('Identified zip archive') archive = zipfile.ZipFile(archive_stream) else: - raise Exception('Unsupported compressed format') + raise ValueError('Unsupported compressed format') return archive