Merge pull request #21 from yoshiyoshyosh/fix-grid

This commit is contained in:
gavin
2025-09-20 14:41:34 -04:00
committed by GitHub
@@ -424,7 +424,10 @@ class BCFreeDownloader:
"band_id": int(li["data-band-id"]),
}
)
for obj in json.loads(html.unescape(grid.get("data-client-items", {}))):
client_items = grid.get("data-client-items")
if client_items:
for obj in json.loads(html.unescape(client_items)):
if obj.get("filtered"):
continue
# normalize to fit the other half