Skip to content

Improve data fetched by google books api #146

Description

@mathrb

Is your feature request related to a problem? Please describe.
The default meta fetcher is goob. I noticed that you're using the volumes list endpoint. This endpoint might return different information from the get endpoint.
As an example:
curl https://www.googleapis.com/books/v1/volumes?q=isbn:978-2-505-11704-9 | jq '.items[0] | .id,.volumeInfo.title'

"TJLUzwEACAAJ"
"100 Bucket list of the dead"

curl https://www.googleapis.com/books/v1/volumes/TJLUzwEACAAJ | jq '.volumeInfo.title'

"100 Bucket List of the dead Tome 8"

Describe the solution you'd like
I'd suggest for this meta fetcher to perform 2 requests to ensure the information are correct, first one to get the id of the volume, and a get to fetch the actual metadata.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions