diff options
| author | 2020-04-29 17:42:33 -0400 | |
|---|---|---|
| committer | 2020-04-29 17:42:33 -0400 | |
| commit | d5b96ce44b7809f5ae01e3e9d70a1d58fe21ccf5 (patch) | |
| tree | 1302b36780656b71ccb4aebda4f7ea1e2c744e52 /gallery_dl/extractor/deviantart.py | |
| parent | cf188f30e1c27bdb900fa2623a9ff91b944633b2 (diff) | |
New upstream version 1.13.5upstream/1.13.5
Diffstat (limited to 'gallery_dl/extractor/deviantart.py')
| -rw-r--r-- | gallery_dl/extractor/deviantart.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gallery_dl/extractor/deviantart.py b/gallery_dl/extractor/deviantart.py index 2dcf0b7..ca722b8 100644 --- a/gallery_dl/extractor/deviantart.py +++ b/gallery_dl/extractor/deviantart.py @@ -813,6 +813,7 @@ class DeviantartFollowingExtractor(DeviantartExtractor): yield Message.Version, 1 for user in eclipse_api.user_watching(self.user, self.offset): url = "{}/{}".format(self.root, user["username"]) + user["_extractor"] = DeviantartUserExtractor yield Message.Queue, url, user |
