[deviantart] add extractor info to 'following' results
This commit is contained in:
parent
d5273f9b0c
commit
6386ee54e1
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user