mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-18 23:22:38 +02:00
joyn: vod better logging
This commit is contained in:
@@ -295,7 +295,12 @@ class JoynVodManager:
|
||||
season_ids = set(matches)
|
||||
|
||||
if not season_ids:
|
||||
logger.warning(f"No season IDs found in HTML for {path}")
|
||||
next_data = re.search(r'"seasonId"\s*:\s*"([^"]+)"', html)
|
||||
logger.warning(
|
||||
f"No season IDs found in HTML for {path} "
|
||||
f"(html_len={len(html)}, has_c_substr={'c_' in html}, "
|
||||
f"has_next_data_seasonId={bool(next_data)})"
|
||||
)
|
||||
return []
|
||||
|
||||
seasons_meta = []
|
||||
|
||||
Reference in New Issue
Block a user