Skip to content

Commit

Permalink
[deviantart:avatar] fix exception when 'comments' are enabled (#4995)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Jan 9, 2024
1 parent 887ade3 commit 5f9a98c
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 5f9a98c

Please sign in to comment.