Fixed provider AvistaZ & CinemaZ optional subtitle Uploader (#2628)

This commit is contained in:
Hlib 2024-08-19 15:58:41 +03:00 committed by GitHub
parent 8c68fba85d
commit dc9df6814b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -318,7 +318,7 @@ class AvistazNetworkProviderBase(Provider):
release_name = release['Title'].get_text().strip()
lang = lookup_lang(subtitle_cols['Language'].get_text().strip())
download_link = subtitle_cols['Download'].a['href']
uploader_name = subtitle_cols['Uploader'].get_text().strip()
uploader_name = subtitle_cols['Uploader'].get_text().strip() if 'Uploader' in subtitle_cols else None
if lang not in languages:
continue