[deviantart] always download original images

Deviation-objects returned by the DeviantArt API don't always contain
the URL and metadata of the original image ([1]). Getting this
information requires an additional API call [2], which is indicated by
the 'is_downloadable' and 'download_filesize' metadata within a
deviation-object.

[1] https://myria-moon.deviantart.com/art/Aime-Moi-part-en-vadrouille-261986576
[2] https://www.deviantart.com/developers/http/v1/20160316/deviation_download/bed6982b88949bdb08b52cd6763fcafd
This commit is contained in:
Mike Fährmann
2017-10-07 13:07:34 +02:00
parent 8e6a767109
commit 75d3a1f72f
3 changed files with 48 additions and 11 deletions

View File

@@ -287,6 +287,19 @@ Description Select the directory structure created by the Gallery- and
=========== =====
extractor.deviantart.original
-----------------------------
=========== =====
Type ``bool``
Default ``true``
Description Request full-sized original images if available.
Some of DeviantArt's images require an additional API call to get
their actual original version, which is being hosted on
Amazon Web Services (AWS) servers.
=========== =====
extractor.deviantart.mature
---------------------------
=========== =====