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

pull/423/head
Ģirts Kokars 5 years ago
parent a8840c2fb6
commit e16b820703

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

Loading…
Cancel
Save