Alexander Graf
Alexander Graf
The specific `--load-cookies` option is documented in detail here: https://instaloader.github.io/cli-options.html. Additionally, the basic usage guide at https://instaloader.github.io/basic-usage.html provides an overview of common commands. We understand that examples can make the...
Thanks for addressing this! This seems a valid approach to fix #2384. I rebased this branch to `master`. With the changes of the typenames it raises many warnings like ```...
Obsolete now due to 9a74d9e1092e37d4e1f8b6c6431b18a4793781d7.
Thanks for reporting. Indeed, it seems that get_feed_posts() is currently not working.
It is already possible to let Instaloader save the resume information when a query responds error code 400, with the option [--abort-on](https://instaloader.github.io/cli-options.html#cmdoption-abort-on)=400. This had been introduced a few years ago,...
Approved, this could be useful and we will be happy to review a pull request for this.
The CLI should only cover the most typical use cases, otherwise it would become too bloated. It would not be a general improvement, since downloading anonymously has some drawbacks, such...
Thanks for the suggestion. Chromium-based browsers seem indeed currently not supported due to upstream limitations in the `browser_cookie3` library, which can no longer handle their new cookie encryption. For that...