[deviantart:avatar] fix exception when 'comments' are enabled (#4995)
This commit is contained in:
@@ -558,6 +558,7 @@ class DeviantartAvatarExtractor(DeviantartExtractor):
|
|||||||
"is_downloadable": False,
|
"is_downloadable": False,
|
||||||
"published_time" : 0,
|
"published_time" : 0,
|
||||||
"title" : "avatar",
|
"title" : "avatar",
|
||||||
|
"stats" : {"comments": 0},
|
||||||
"content" : {
|
"content" : {
|
||||||
"src": url.replace("/avatars/", "/avatars-big/", 1),
|
"src": url.replace("/avatars/", "/avatars-big/", 1),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user