lepisma / org-books

Reading list management with org mode
GNU General Public License v3.0
286 stars 23 forks source link

Fetch Author Name from Authors in JSON Response #14

Closed afontaine closed 4 years ago

afontaine commented 4 years ago

Instead of relying on by_statement (which seems to require jscmd=details), the more stable authors key (which is available in a jscmd=data request) is searched, and the first author in the list is found.

This can be further updated to handle multiple authors if a book has them.

lepisma commented 4 years ago

thanks :)