Fixed podnapisi results parsing

custom_lang_pt
Tomislav Filipcic 3 months ago committed by GitHub
parent 12f1aa6acf
commit 27d7f96599
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -209,7 +209,7 @@ 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') and not int(xml.find('pagination/results').text):
logger.debug('No subtitles found')
break

Loading…
Cancel
Save