[bluesky] fix '/follows' not spawning child extractors (#5246)

pull/5256/head
Mike Fährmann 7 months ago
parent d3dca68225
commit 311a21bfb2
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -230,6 +230,7 @@ class BlueskyFollowingExtractor(BlueskyExtractor):
def items(self):
for user in self.api.get_follows(self.user):
url = "https://bsky.app/profile/" + user["did"]
user["_extractor"] = BlueskyUserExtractor
yield Message.Queue, url, user

Loading…
Cancel
Save