Alexander Graf

Results 48 comments of Alexander Graf

This is not yet immediately possible with Instaloader's current features, but I could imagine that with some research and development effort it would be possible to execute this query with...

Your bug description is incomplete; however, this might be related to #1616.

Description too vague / unclear to track it purposefully as a bug. The first problem is not reproducible, for the 400 Bad Request response we already have a bug ticket.

> With Instaloader, one can create a Profile instance from a given username with the following snippet of code: > > ``` > loader = Instaloader() > loader.load_session_from_file(login_name) > profile...

Thanks for reporting.

We will track all updates related to this issue here, I recommend to use the subscribe or watch feature of github to get informed about updates. Until this is fixed,...

Thanks for reporting! I have not yet fully confirmed it, but that suggests that we may have to verify and eventually adjust the default rate controller.

Yes, this would be a nice feature! We use [fromfile_prefix_chars](https://docs.python.org/3/library/argparse.html#fromfile-prefix-chars) for the `+args.txt` feature, hence it may suffice to override [ArgumentParser.convert_arg_line_to_args()](https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.convert_arg_line_to_args) to implement this feature.

Just by the logic of the code, `is_reposted` does not make a lot of sense, since it is equivalent to `original_poster_profile is not None`. Hence, I would prefer a function...

Hi! Thanks for trying out our beta release and for reporting this bug. Indeed, I can reproduce that when downloading locations with 4.9b1 and 4.9b2, Instaloader attempts to download the...