While uploading a reel in Instagram, there is a option to exclude that partucular reel from profile's feed. Such reels can only be viewed from the Reels section of that profile. How to download these reels from a given account?
In short, I am trying to implement get_all_reels(INSTA_ACCOUNT)
I am using instaloader currently but is not having any such implementation as of now (issue).
I am aware of the fact that we can use is_video
property while traversing through all the posts and filter out the reels & igtv posts. But this will include only those reels, which are also shared on the feed of profile.
Is there any other package which can be used for this?