1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-23 16:23:41 +00:00

use download link as the page_link (there is no seperate subtitle page link)

This commit is contained in:
Ģirts Kokars 2019-05-08 15:19:46 +03:00
parent a8840c2fb6
commit e16b820703

View file

@ -160,8 +160,8 @@ class NekurProvider(Provider, ProviderSubtitleArchiveMixin):
# additional notes
notes = row.select_one('.notes').text.strip()
# page link = archive link (there is no seperate subtitle page link)
page_link = 'http://subtitri.nekur.net/filmu-subtitri/'
# page link = download link (there is no seperate subtitle page link)
page_link = download_link
# create/add the subitle
subtitle = self.subtitle_class(Language.fromalpha2('lv'), page_link, download_link, title, year, imdb_id, fps, notes)