-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audible brazil #194
Comments
Until the Brazilian marketplace is hardcoded in my package it can be used these way: from audible.localization import Locale
brazil_locale = Locale("br", "com.br", "A10J1VAYUDTYRN") Now you can use the from audible import Authenticator, Client, AsyncClient
# login
login = Authenticator.from_login(…, locale=brazil_locale)
# login external
login_external = Authenticator.from_login_external(locale=brazil_locale, …)
# load credentials
auth = Authenticator.from_file(…, locale=brazil_locale) |
The Brazilian marketplace can be tested out using TestPyPI with these command pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ audible==0.8.3.dev1695285418 Comments are welcome. |
Thanks for your Audible's support to Brazilian marketplace. Is there anything to do in Audible-cli's code to support it? Even using Audible development version 0.8.3, Audible-cli does not recognise Audible BR. |
I does not know that you want to use In the meantime you can change the source code of the following files in
In each of these files are exist one line(s) You have to extend the list with If you modify |
@fcarreira66 |
@fcarreira66 |
Wow, I apreciate your effort, thank you! When I ran Audible-Cli and chose external browser, the link was generated and the response of Audible BR site was: https://www.amazon.com.br/ap/404 When I typed my credentials (Amazon BR's login and password), audible-cli exited with error: Is there a log file for this? Where is it location? |
@fcarreira66 In the meantime you can use the Edit: The background: |
@fcarreira66 |
Yes, thank you! It worked with audible v.0.9.1. I ran **audible quickstart** with my Audible BR's credentials and I got it. Not tested with external login via browser. |
Great to hear that. I'll close this issue now. Please open a new one if you encounter in any other issue. |
Audible now has a new marketplace on www.audible.com.br.
Need to implement this in this package.
The text was updated successfully, but these errors were encountered: