[twitter] add 'info' as a possible 'include' value (#6114)

This commit is contained in:
Mike Fährmann
2024-08-31 17:01:58 +02:00
parent ef8b1bc56e
commit bd932b6860
3 changed files with 12 additions and 2 deletions

View File

@@ -568,6 +568,7 @@ class TwitterUserExtractor(TwitterExtractor):
def items(self):
base = "{}/{}/".format(self.root, self.user)
return self._dispatch_extractors((
(TwitterInfoExtractor , base + "info"),
(TwitterAvatarExtractor , base + "photo"),
(TwitterBackgroundExtractor, base + "header_photo"),
(TwitterTimelineExtractor , base + "timeline"),