[instagram] recognize 'reels' as option for 'include' (#1329)
This commit is contained in:
@@ -384,6 +384,7 @@ class InstagramUserExtractor(InstagramExtractor):
|
||||
(InstagramStoriesExtractor , stories),
|
||||
(InstagramHighlightsExtractor, base + "highlights/"),
|
||||
(InstagramPostsExtractor , base + "posts/"),
|
||||
(InstagramReelsExtractor , base + "reels/"),
|
||||
(InstagramChannelExtractor , base + "channel/"),
|
||||
), ("posts",))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user