[deviantart] add extractor info to 'following' results

This commit is contained in:
Mike Fährmann 2020-04-16 23:19:06 +02:00
parent d5273f9b0c
commit 6386ee54e1
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -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