From 6d5ebb0faa6d965ebb16cc5d0287c0972e27e197 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Sun, 9 Feb 2025 11:32:16 -0500 Subject: [PATCH] Added more debug logging to opensubtitles.com provider to help then investigate issues. --- custom_libs/subliminal_patch/providers/opensubtitlescom.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_libs/subliminal_patch/providers/opensubtitlescom.py b/custom_libs/subliminal_patch/providers/opensubtitlescom.py index 39171b6af..69a2df3be 100644 --- a/custom_libs/subliminal_patch/providers/opensubtitlescom.py +++ b/custom_libs/subliminal_patch/providers/opensubtitlescom.py @@ -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']