diff options
Diffstat (limited to 'python/notes')
-rw-r--r-- | python/notes/version_4.md | 26 |
1 files changed, 26 insertions, 0 deletions
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" } ``` + |