Skip to content

Commit

Permalink
Added the Canadian Localization from #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clem Morton committed Jun 23, 2019
1 parent 62d9361 commit 3783e5d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions audible/localization.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@
"openid_assoc_handle": "amzn_audible_ios_fr",
"oauth_lang": "fr-FR",
"auth_register_domain": ".amazon.fr"
},
"ca": {
"AMAZON_LOGIN": urlparse("https://www.amazon.ca"),
"AMAZON_API": urlparse("https://api.amazon.ca"),
"AUDIBLE_API": urlparse("https://api.audible.ca"),
"Accept-Language": "en-CA",
"marketPlaceId": "A2CQZ5RBY40XE",
"openid_assoc_handle": "amzn_audible_ios_ca",
"oauth_lang": "en-CA",
"auth_register_domain": ".amazon.ca"
}
}

0 comments on commit 3783e5d

Please sign in to comment.