CBC service

This commit is contained in:
VineFeeder
2026-04-11 11:09:04 +01:00
parent ce872ad7e0
commit 5f9145d61f
@@ -230,12 +230,7 @@ class CBC(Service):
# Service specific # Service specific
def _show(self, data: dict) -> list[Episode]: def _show(self, data: dict) -> list[Episode]:
#lineups: list = next((x["lineups"] for x in data["content"] if x.get("title", "").lower() == "episodes"), None)
#if not lineups:
# try:
# lineups = next(x["lineups"] for x in data["content"] if x.get("title", "").lower() == "parts")
# except StopIteration:
# pass
lineups = next( lineups = next(
( (
x["lineups"] x["lineups"]