[instagram] recognize 'reels' as option for 'include' (#1329)
This commit is contained in:
parent
94faf8c85a
commit
a677123abb
@ -1113,7 +1113,7 @@ Description
|
||||
when processing a user profile.
|
||||
|
||||
Possible values are
|
||||
``"posts"``, ``"stories"``, ``"highlights"``, ``"channel"``.
|
||||
``"posts"``, ``reels``, ``"stories"``, ``"highlights"``, ``"channel"``.
|
||||
|
||||
You can use ``"all"`` instead of listing all values separately.
|
||||
|
||||
|
@ -384,6 +384,7 @@ class InstagramUserExtractor(InstagramExtractor):
|
||||
(InstagramStoriesExtractor , stories),
|
||||
(InstagramHighlightsExtractor, base + "highlights/"),
|
||||
(InstagramPostsExtractor , base + "posts/"),
|
||||
(InstagramReelsExtractor , base + "reels/"),
|
||||
(InstagramChannelExtractor , base + "channel/"),
|
||||
), ("posts",))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user