diff --git a/scripts/py/zipline.py b/scripts/py/zipline.py index 55f7cae..d60a6d0 100755 --- a/scripts/py/zipline.py +++ b/scripts/py/zipline.py @@ -39,7 +39,8 @@ def zipline( if response.status_code == 200: response_data = response.json() - link = response_data.get("files", [None])[0] + # remove '["url"]' to have compatibility with zipline v3 + link = response_data.get("files", [None])[0]["url"] if link: try: