|
@@ -44,7 +44,7 @@ def lookup_book_from_google(title: str) -> dict:
|
|
|
# book_metadata["title"] = ": ".join(
|
|
|
# [google_result.get("title"), google_result.get("subtitle")]
|
|
|
# )
|
|
|
- book_dict["subtitle"] = google_result.get("subtitle")
|
|
|
+ # book_dict["subtitle"] = google_result.get("subtitle")
|
|
|
book_dict["authors"] = google_result.get("authors")
|
|
|
book_dict["publisher"] = google_result.get("publisher")
|
|
|
book_dict["first_publish_year"] = publish_date.year
|