Update stream.py

This commit is contained in:
√(noham)²
2026-01-11 11:51:10 +01:00
parent 5fca8dffbf
commit 181a2c9fa3

View File

@@ -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",