mkb79
mkb79
@damajor Sorry for the delay. I've merged the fix into main.
@Rakshasv18 Which marketplace did you try to log in to? I am currently not aware that Amazon has changed the responsed url query. I'd like to check that.
@Rakshasv18 I've tried it myself on different marketplaces. In any case if've got a response url with an `openid.oa2.authorization_code` key in the query. Maybe someone other can verify, that Amazon...
@anderspitman I've created the branch https://github.com/mkb79/Audible/tree/issue/make-login-async. Can you try it out and report back?! Edit: I wrote the code with my iPhone and does not verified it. But it should...
> Wow that was quick thank you! > > It's almost working. I just needed to await otp_callback for my code to work: > > [Audible/src/audible/login.py](https://github.com/mkb79/Audible/blob/2e4390fca307a03259365316b31bcd05e8d0e6b0/src/audible/login.py#L488) > > Line 488...
> Yeah custom otp_callback because I'm showing an input dialog to the user if the OTP is triggered. I'll likely need to do the same for the other callbacks Ah,...
@anderspitman Only the login function needs packages like beautifulsoup or pillow. So I've tinking about outsourcing the login and register function in a separate package. This way the main package...
My [kindle package](https://github.com/mkb79/kindle) could download and decrypt Kindle books using Python in the past. Maybe the code works today?
@devvythelopper Thank you for your pr. It looks fine, but I will try it out first for drawbacks. My planned solution was to check the maximum name length like [this](https://github.com/pydantic/pydantic/issues/8308#issue-2026014432)...
@vcalv That’s a good feature request. Do you mean the information about all profiles or selected profiles? And the information which are stored in the profile file or do you...