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