ping / instagram_private_api

A Python library to access Instagram's private API.
MIT License
2.94k stars 608 forks source link

The problem with the "user_feed" method when extracting information about video publications #384

Open S-lawyan opened 2 years ago

S-lawyan commented 2 years ago

When running the mediatype method, publication types are incorrectly determined. Only photos are detected correctly. Processing the "user_id" request returns items of the "photo" and "photo carousel" types. Is skips media of the video type.

For example, if 5 photos and 2 videos are published on the target page, then after processing "user_feed" and extracting "items", the items list will contain only 5 photos, 2 videos will be ignored. Does anyone know what the problem is? Maybe it is necessary to use other API methods to get information about ALL the publications of the goal?