mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-03 05:25:28 +00:00
parent
f95db43a2f
commit
b24ee309ed
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class YifySubtitlesProvider(Provider):
|
|||
rating = int(td[0].text)
|
||||
sub_lang = td[1].text
|
||||
release = re.sub(r'^\nsubtitle ', '', td[2].text)
|
||||
page_link = td[2].find('a').get('href')
|
||||
page_link = urljoin(server_url, td[2].find('a').get('href'))
|
||||
hi = True if td[3].find('span', {'class': 'hi-subtitle'}) else False
|
||||
uploader = td[4].text
|
||||
|
||||
|
|
Loading…
Reference in a new issue