Open Crazy52 opened 1 year ago
I'll say thats going to be "almost" impossible. Audible will only give you the information if you are logged in, opening the pages using a private session will redirect you to a "register" page.
Audible/Amazon login using cookie infos will make you have to recreate the feed every few days (because you will receive a "are you a robot?" solving question as soon as amazon notices something weird.
It looks like there were multiple tries over the years already: https://www.reddit.com/r/audible/comments/jr473j/can_i_get_notified_about_new_audible_books_in/
If I were you I would go the goodreads way
I'll say thats going to be "almost" impossible. Audible will only give you the information if you are logged in, opening the pages using a private session will redirect you to a "register" page.
Audible/Amazon login using cookie infos will make you have to recreate the feed every few days (because you will receive a "are you a robot?" solving question as soon as amazon notices something weird.
It looks like there were multiple tries over the years already: https://www.reddit.com/r/audible/comments/jr473j/can_i_get_notified_about_new_audible_books_in/
If I were you I would go the goodreads way
thanks, i didnt even notice that you needed to be logged in to view the page.
I'll say thats going to be "almost" impossible. Audible will only give you the information if you are logged in, opening the pages using a private session will redirect you to a "register" page.
Audible/Amazon login using cookie infos will make you have to recreate the feed every few days (because you will receive a "are you a robot?" solving question as soon as amazon notices something weird.
It looks like there were multiple tries over the years already: https://www.reddit.com/r/audible/comments/jr473j/can_i_get_notified_about_new_audible_books_in/
If I were you I would go the goodreads way
it looks like you dont need to be logged in to view the pages anymore.
Just opened the link from your PR in a private window and it imediately threw me to the homepage. Are you seeing a different behavior?
Just opened the link from your PR in a private window and it imediately threw me to the homepage. Are you seeing a different behavior?
i am, logged out in a private window and in my mobile browser not logged in i am seeing the series and author pages.
Interesting... there seems to also be some geoip shenanigans going on.
Try to open this link in a private session and see if it leads you to the book or to a rerouted english version asking you to sign up
Interesting... there seems to also be some geoip shenanigans going on.
Try to open this link in a private session and see if it leads you to the book or to a rerouted english version asking you to sign up
that gave me a redirect to the main page in both private and logged in
Yeah, so geoip seems to also play a role which will make it even more problematic to create a bridge since the location of the rssbridge instance will limit your choice.
If the rssbridge instance is hosted in Germany for example, you won't be able to create feeds for english books (like you can see from our testing).
Yeah, so geoip seems to also play a role which will make it even more problematic to create a bridge since the location of the rssbridge instance will limit your choice.
If the rssbridge instance is hosted in Germany for example, you won't be able to create feeds for english books (like you can see from our testing).
looks like you can stop the redirect with this ?overrideBaseCountry=true&ipRedirectOverride=true
@Crazy52 In case you haven't managed to find a solution so far: Its possible to do this relatively easy with the CSS selector bridge. I tested it with Author and Series links, worked for both (english and german).
This works great but only contains the book names in the content and title. This is easy on the rss bridge server and will probably not cause any rate limiting:
URL: <series or author link> ?overrideBaseCountry=true&ipRedirectOverride=true
(this needs to be added to the base link)
Selector for article: h3.bc-heading
IF you want to get more info (but also very likely get a temp ban on the rss bridge instance), you can add this as well to get more info in the rss feed items
[Optional] Selector to expand each article: div.productPublisherSummary
Bridge request
General information
https://github.com
): https://www.audible.com specifically entries within a series such as https://www.audible.com/series/Defiance-of-the-Fall-Audiobooks/B09B4CQQBT or the authors books entries https://www.audible.com/author/TheFirstDefier/B096G8Z644Edit: (note -
?overrideBaseCountry=true&ipRedirectOverride=true
can be used to prevent redirect)Which information would you like to see? book title cover art release date summery (this is displayed when mouse hovers over book cover art)
How should the information be displayed/formatted? no preference
Which of the following parameters do you expect?
Options