This commit is contained in:
Louis Vézina 2020-09-06 08:43:10 -04:00
parent 1f8194c25a
commit 72041d3fd2
1 changed files with 2 additions and 1 deletions

View File

@ -168,7 +168,8 @@ class SubdivxSubtitlesProvider(Provider):
download_link = self._get_download_link(subtitle)
# download zip / rar file with the subtitle
response = self.session.get(download_link, headers={'Referer': subtitle.page_link}, timeout=30)
response = self.session.get(self.server_url + download_link, headers={'Referer': subtitle.page_link},
timeout=30)
self._check_response(response)
# open the compressed archive