[deviantart] fix original image downloads
This commit is contained in:
@@ -69,8 +69,7 @@ class DeviantartExtractor(Extractor):
|
|||||||
|
|
||||||
if "content" in deviation:
|
if "content" in deviation:
|
||||||
content = deviation["content"]
|
content = deviation["content"]
|
||||||
if (self.original and deviation["is_downloadable"] and
|
if self.original and deviation["is_downloadable"]:
|
||||||
content["filesize"] != deviation["download_filesize"]):
|
|
||||||
self._update_content(deviation, content)
|
self._update_content(deviation, content)
|
||||||
yield self.commit(deviation, content)
|
yield self.commit(deviation, content)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user