mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-25 10:32:24 +02:00
Add discovery
This commit is contained in:
@@ -653,6 +653,11 @@ class VodManager:
|
||||
show_all_href = (lane.get("showAllUrl") or {}).get("href") or None
|
||||
lane_content_href = (lane.get("laneContentLink") or {}).get("href") or None
|
||||
|
||||
logger.debug(
|
||||
f"{self._provider}: Lane '{title}' (flexId={flex_id}) "
|
||||
f"showAllUrl={show_all_href!r} laneContentLink={lane_content_href!r}"
|
||||
)
|
||||
|
||||
ref_href = None
|
||||
if show_all_href and "/UnstructuredGrid/" in show_all_href:
|
||||
ref_href = show_all_href
|
||||
@@ -665,6 +670,10 @@ class VodManager:
|
||||
else:
|
||||
content_id = f"UnstructuredGrid/{flex_id}"
|
||||
|
||||
logger.debug(
|
||||
f"{self._provider}: Lane '{title}' → content_id={content_id!r}"
|
||||
)
|
||||
|
||||
categories.append(
|
||||
VodCategory(
|
||||
name=title,
|
||||
|
||||
Reference in New Issue
Block a user