fix(amazon): Fix Amazon metadata search#707
fix(amazon): Fix Amazon metadata search#707crocodilestick merged 5 commits intocrocodilestick:mainfrom
Conversation
3c9dfb4 to
39d0c64
Compare
|
Hello, thank you for the fix. I've tested it and it works, somehow. I didn't get any ratings. I've hardcoded the rating for testing: but still no rating. |
e157c7a to
0d1ac1e
Compare
|
I checked the rating fetch and it did need updating I pushed a new commit with that and a couple other fixes, but it still isn't in the UI. Checking with |
|
Looking at |
|
I found in
I don't know, when it was changed. If I uncomment it. CWA don't display the rating, but it save it. |
|
It might be better to do the UI all in a separate PR then. I know I don't save the rating from metadata fetching, I wouldn't want it to be enabled without any way to disable it. |
0d1ac1e to
b212137
Compare
Amazon search for metadata has been returning HTTP 503. This appears to fix that for `amazon.com`. Also makes some changes to the attributes searched for to accommodate Amazon changes. This may fix crocodilestick#701
Fix getting the rating, series info, identifiers, and high-res cover image.
Ignores some non-book and pre-order pages, resilient against pages with no rating yet, and do better getting the description.
b212137 to
eb8b358
Compare
|
Thank you both for all your work on this! Merging both PRs now :) |
Amazon search for metadata has been returning HTTP 503. This appears to fix that for
amazon.com. Also makes some changes to the attributes searched for to accommodate Amazon changes.This may fix #701