Adds more fields to book data
This commit is contained in:
parent
4f9edae05a
commit
6e218a85de
7 changed files with 48 additions and 9 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue