Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 592 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 592 Bytes

Note: This repository has been archived

This project was developed under a previous phase of the Yale Digital Humanities Lab. Now a part of Yale Library’s Computational Methods and Data department, the Lab no longer includes this project in its scope of work. As such, it will receive no further updates.

IIIF Downloader

A simple utility for downloading images from IIIF servers

Installation

pip install iiif_downloader

Usage

from iiif_downloader import Manifest

Manifest(url='https://manifests.britishart.yale.edu/manifest/46796').save_images()