Skip to content

Commit

Permalink
Added more debug logging to opensubtitles.com provider to help then i…
Browse files Browse the repository at this point in the history
…nvestigate issues.
  • Loading branch information
morpheus65535 committed Feb 9, 2025
1 parent d1775ff commit 6d5ebb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_libs/subliminal_patch/providers/opensubtitlescom.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ def download_subtitle(self, subtitle):
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']

Expand Down

0 comments on commit 6d5ebb0

Please sign in to comment.