VGM-downloader is a tiled image downloader designed to fetch full-size images of artworks from the Van Gogh Museum website
-
Add the URLs of the artworks you want to download to
urls.yaml
Please ensure that it follows the YAML file format
-
Run
python main.py
-
Wait for the download to complete. Full-sized images can be found in the
/output
directory
- Since duplicate artwork titles are common, the downloaded files will have prefixes to avoid repetition. You can use regex renaming to remove them
- If you want to keep the tiled images, set
save_slices
toTrue
inmain.py
- Illegal characters in the artwork titles will be replaced with
_