From 4ebbb1921121695e58c902da0d82f3d99599965f Mon Sep 17 00:00:00 2001 From: Marvin Martens Date: Sun, 17 May 2026 02:12:46 +0200 Subject: [PATCH] Use ndownloader.figshare.com host for figshare downloads The figshare.com/ndownloader host is behind an AWS WAF JavaScript challenge that non-browser clients cannot solve, so wget/curl/CI get HTTP 202 and an empty body. The legacy ndownloader.figshare.com host serves the same file IDs directly. --- other.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/other.json b/other.json index cf61866..35d9b37 100644 --- a/other.json +++ b/other.json @@ -34,10 +34,10 @@ { "type": "Metabolites", "file": "metabolites_20260102.bridge", - "downloadURL": "https://figshare.com/ndownloader/files/60760156", + "downloadURL": "https://ndownloader.figshare.com/files/60760156", "doi": "10.6084/m9.figshare.30993322", "license": "http://creativecommons.org/publicdomain/zero/1.0/", - "QCreport": "https://figshare.com/ndownloader/files/60760153", + "QCreport": "https://ndownloader.figshare.com/files/60760153", "date": "2026-01-02", "size": "2.79 GB", "tested": [ "PV33" , "WS" ] @@ -55,10 +55,10 @@ { "type": "Publications", "file": "publications_20230428.bridge", - "downloadURL": "https://figshare.com/ndownloader/files/40356739", + "downloadURL": "https://ndownloader.figshare.com/files/40356739", "doi": "10.6084/m9.figshare.22720564.v1", "license": "http://creativecommons.org/publicdomain/zero/1.0/", - "QCreport": "https://figshare.com/ndownloader/files/40356736", + "QCreport": "https://ndownloader.figshare.com/files/40356736", "date": "2023-04-28", "size": "25.7 MB", "tested": [ "WS" ]