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.
@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.
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 theUserComment
in the EXIF data to all saved images.Closes #7