From ad5600fed16c7bcfb6c2a8257d6d311b694725c5 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Sat, 22 May 2021 01:58:36 +0200 Subject: update notes --- python/notes/version_4.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'python') diff --git a/python/notes/version_4.md b/python/notes/version_4.md index a78f9e1..26fc188 100644 --- a/python/notes/version_4.md +++ b/python/notes/version_4.md @@ -73,6 +73,31 @@ Example: * https://openlibrary.org/works/OL488811W/The_debt?edition=debtwhatamerica000robi +However, there is no explicit "subtitle" fields, and in this case, the subtitle is buried in "text": + +``` +{ + "key": "/works/OL488811W", + "text": [ + "/works/OL488811W", + "The debt", + "The Debt", + "The Debt ", + "what America owes to Blacks", + "What America Owes to Blacks", + "OL46591M", + "OL7771042M", + "OL7590904M", + "OL3382710M", + "Randall Robinson.", + "2004556979", + "99045728", + "0452282101", + "0525945245", +``` + +Subtitle in editions. + ``` { "biblio": { @@ -88,3 +113,4 @@ Example: "work_ident": "aaacj23jqbdxvajwj5kc6jpejq" } ``` + -- cgit v1.2.3