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:
parent
a8840c2fb6
commit
e16b820703
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue