mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
Added more debug logging to opensubtitles.com provider to help then investigate issues.
This commit is contained in:
parent
d1775ff5c1
commit
6d5ebb0faa
1 changed files with 1 additions and 0 deletions
|
@ -449,6 +449,7 @@ class OpenSubtitlesComProvider(ProviderRetryMixin, Provider):
|
|||
amount=retry_amount
|
||||
)
|
||||
|
||||
logger.debug(f'params sent to the download endpoint: {res.request.body}')
|
||||
download_data = res.json()
|
||||
subtitle.download_link = download_data['link']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue