Added more debug logging to opensubtitles.com provider to help then investigate issues.

This commit is contained in:
morpheus65535 2025-02-09 11:32:16 -05:00
parent d1775ff5c1
commit 6d5ebb0faa

View file

@ -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']