Simple scripts to archive some part of DPReview
widget.py
image comparison toolsgallery.py
sample galleries
This widget.py
will fetch images and info texts from DPReview Image Comparison Tool and save them into {widget_id}. {scene_title}/{image_attributes}_{image_id}.{extension}
, e.g. 1. Studio scene/Daylight_nikon_d810_Raw_800_None_None_None_24950.nef
.
Edit line 11 to use proxy.
Uncomment line 71-74 if you want to save the request and response data for debug or other purposes.
Comment out line 82 and 87 if you only want to print image URLs out instead of downloading them.
By default, this script will only archive Studio scene(1), Video Stills Comparison(67), Raw DR: ISO-invariance(197) and Raw DR: Exposure Latitude(205). You can edit line 144 to archive images from other tools.
Here is a (hopefully) complete list of currently available tools (unique sceneId
) on DPReview:
- Add command line interface
- Adjust request rate dynamically
-
Async downloadDoesn't seem helpful - Error handling