Richard-Weiss / Bing-Creator-Image-Downloader

Downloads all Bing Creator images from a collection
MIT License
39 stars 8 forks source link

Use thumbnail as fallback for failed downloads #10

Closed rc-gr closed 1 year ago

rc-gr commented 1 year ago

Whenever the original image fails to download, this commit will allow its thumbnail to be downloaded instead as a fallback. When this happens, T_ is appended to the resulting filename.

This commit also adds the thumbnail URL as thumbnail_link to the UserComment in the EXIF data to all saved images.

Closes #7

Richard-Weiss commented 1 year ago

@rc-gr Thanks for the PR. I've added the none file_name filter and updated the docs. I've also added some additional logging and used regex for extracting the thumbnail link.