wizdom: some subtitle files are empty, skip

This commit is contained in:
Ori 2020-04-08 18:39:38 +03:00
parent 9c66639828
commit 8dad86c8aa
1 changed files with 3 additions and 0 deletions

View File

@ -197,6 +197,9 @@ class WizdomProvider(Provider):
r = self.session.get(url, headers={'Referer': subtitle.page_link}, timeout=10)
r.raise_for_status()
if len(r.content) == 0:
return
# open the zip
with zipfile.ZipFile(io.BytesIO(r.content)) as zf:
# remove some filenames from the namelist