Update __init__.py

This commit is contained in:
n0stal6ic
2026-07-14 10:50:54 -05:00
committed by GitHub
parent d5a5bb693f
commit f6e49786e9
+2 -2
View File
@@ -301,8 +301,8 @@ class HULU(Service):
mpd_resp.raise_for_status() mpd_resp.raise_for_status()
mpd_text = mpd_resp.text mpd_text = mpd_resp.text
except Exception as e: except Exception as e:
last_reason = f"failed to fetch {codec} manifest: {e}" last_reason = f"- Failed to fetch {codec} Manifest: {e}"
self.log.warning(f" - {last_reason}; trying next codec.") self.log.warning(f" - {last_reason}; Trying next codec.")
continue continue
if "disney" in manifest_url: if "disney" in manifest_url: