StoryGraph import ISBN tweak
Looks like SG updated their CSV headers just a little, so that the importer hadn't been picking up the ISBN.
This commit is contained in:
parent
61d8748d59
commit
862260294a
3 changed files with 16 additions and 10 deletions
|
@ -16,8 +16,8 @@ class Importer:
|
|||
("id", ["id", "book id"]),
|
||||
("title", ["title"]),
|
||||
("authors", ["author", "authors", "primary author"]),
|
||||
("isbn_10", ["isbn10", "isbn"]),
|
||||
("isbn_13", ["isbn13", "isbn", "isbns"]),
|
||||
("isbn_10", ["isbn10", "isbn", "isbn/uid"]),
|
||||
("isbn_13", ["isbn13", "isbn", "isbns", "isbn/uid"]),
|
||||
("shelf", ["shelf", "exclusive shelf", "read status", "bookshelf"]),
|
||||
("review_name", ["review name"]),
|
||||
("review_body", ["my review", "review"]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue