Alexander Graf

Results 48 comments of Alexander Graf

Not reproducible, for me it works, I can download a high amount of data, complete profiles with way beyond hundred posts, without being logged-in.

Thanks for reporting. Indeed, this is reproducible. Instaloader seems to fail on a data inconsistency on this StoryItem. The field `video_resources` is empty, even though the StoryItem in question actually...

This is an awesome finding, thanks a lot for contributing it! I noticed that the code to download entire iphone structs for all the storyitems in a Highlight also worked...

This information seems to be missing in Post instances that are created by most means, and I did not find it in the information that is fetched by `Post._obtain_metadata()` and...

Thanks for trying out our beta and for reporting this bug, @4bo. You can retrieve the URLs for a sidecar post with `media.display_url for media in post.get_sidecar_nodes()`. Accessing `post.url` of...

Hi Nilson! Thanks for your efforts to create a Debian package. This sounds interesting! > In order for the project to be accepted within Debian's policies, a manual on the...

Duplicate of #1006. > Instaloader has a logic to keep track of its requests to Instagram and defers subsequent ones in order to not reach Instagram's rate limits. This rate...

> If not, is this a feature the maintainers would be interested my team contributed to the code base? Yes! We would be happy to review a pull request for...

> The issue is a race condition between concurrent requests in the same docker container instance because the underlying environment variables are common to all requests running in that instance....

> I think this is because the headers sent in the http requests by instaloader are different than the headers I send with my browser. Instagram detects instaloader as a...