1
0
Fork 0

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:
Rick Osborne 2022-12-02 19:16:22 -08:00
parent 61d8748d59
commit 862260294a
No known key found for this signature in database
GPG key ID: B873FB3C48464F3C
3 changed files with 16 additions and 10 deletions

View file

@ -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"]),