Skip to content

Commit

Permalink
[deviantart:avatar] fix exception when 'comments' are enabled (mikf#4995
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mikf authored and bradenhilton committed Feb 5, 2024
1 parent cd609f0 commit 1f8ebcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery_dl/extractor/deviantart.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ def deviations(self):
"is_downloadable": False,
"published_time" : 0,
"title" : "avatar",
"stats" : {"comments": 0},
"content" : {
"src": url.replace("/avatars/", "/avatars-big/", 1),
},
Expand Down

0 comments on commit 1f8ebcb

Please sign in to comment.