neuralfetch.download.Figshare¶
- class neuralfetch.download.Figshare(*, study: str, dset_dir: str | Path, folder: str = 'download')[source][source]¶
Download all files from a Figshare article (figshare.com).
Fetches file metadata from the Figshare v2 public API and downloads each file into
dset_dir/download/.- Parameters:
study (str) – Figshare article ID (numeric string, e.g.
"12345678"). Found in the article URL on figshare.com.