[deviantart:avatar] fix exception when 'comments' are enabled (#4995)

This commit is contained in:
Mike Fährmann
2024-01-09 20:04:46 +01:00
parent 887ade30a5
commit 5f9a98cf0f

View File

@@ -558,6 +558,7 @@ class DeviantartAvatarExtractor(DeviantartExtractor):
"is_downloadable": False,
"published_time" : 0,
"title" : "avatar",
"stats" : {"comments": 0},
"content" : {
"src": url.replace("/avatars/", "/avatars-big/", 1),
},