From 181a2c9fa3eb448427b78736a947514bf13c72fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Sun, 11 Jan 2026 11:51:10 +0100 Subject: [PATCH] Update stream.py --- utils/stream.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/stream.py b/utils/stream.py index 16c09de..1b0d95c 100644 --- a/utils/stream.py +++ b/utils/stream.py @@ -308,6 +308,7 @@ def get_manifest(manifest_id): Returns: The manifest content as text. """ + logger.debug("Fetching manifest for ID: %s", manifest_id) headers = { "accept": "*/*", "accept-language": "en-GB,en-US;q=0.9,en;q=0.8",