Adds more fields to book data

This commit is contained in:
Mouse Reeve
2020-04-29 10:09:14 -07:00
parent 4f9edae05a
commit 6e218a85de
7 changed files with 48 additions and 9 deletions

View File

@ -7,13 +7,12 @@ def get_book(book):
fields = [
'sort_title',
'subtitle',
'isbn',
'isbn_13',
'oclc_number',
'openlibrary_key',
'librarything_key',
'fedireads_key',
'lccn',
'isbn',
'oclc_number',
'pages',
'physical_format',