From 415833a152164c4d224b385c6a77ba6fe013841e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Mon, 26 Nov 2018 13:54:19 -0500 Subject: [PATCH] Fix for #222 that wasn't working for movies. --- bazarr/get_subtitle.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bazarr/get_subtitle.py b/bazarr/get_subtitle.py index 2fc3aba61..5f14fd648 100644 --- a/bazarr/get_subtitle.py +++ b/bazarr/get_subtitle.py @@ -222,6 +222,9 @@ def manual_search(path, language, hi, providers, providers_auth, sceneName, medi continue if used_sceneName: not_matched.remove('hash') + if type(s) is LegendasTVSubtitle: + # The pickle doesn't work very well with RAR (rarfile.RarFile) or ZIP (zipfile.ZipFile) + s.archive.content = None elif media_type == "series": matched = set(s.get_matches(video)) if hi == s.hearing_impaired: