summaryrefslogtreecommitdiffhomepage
path: root/custom_libs/subliminal_patch/providers/podnapisi.py
diff options
context:
space:
mode:
Diffstat (limited to 'custom_libs/subliminal_patch/providers/podnapisi.py')
-rw-r--r--custom_libs/subliminal_patch/providers/podnapisi.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/custom_libs/subliminal_patch/providers/podnapisi.py b/custom_libs/subliminal_patch/providers/podnapisi.py
index 18131ff52..d20accb99 100644
--- a/custom_libs/subliminal_patch/providers/podnapisi.py
+++ b/custom_libs/subliminal_patch/providers/podnapisi.py
@@ -209,7 +209,8 @@ class PodnapisiProvider(_PodnapisiProvider, ProviderSubtitleArchiveMixin):
break
# exit if no results
- if not xml.find('pagination/results') or not int(xml.find('pagination/results').text):
+ if (not xml.find('pagination/results') or not xml.find('pagination/results').text or not
+ int(xml.find('pagination/results').text)):
logger.debug('No subtitles found')
break