aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-05-22 01:58:36 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-05-22 01:58:36 +0200
commitad5600fed16c7bcfb6c2a8257d6d311b694725c5 (patch)
tree3d54c56b99fb0011a9cc089010864088141f1689 /python
parent131595eb60457115dbe9d3bc7c9dedb4253a17ed (diff)
downloadrefcat-ad5600fed16c7bcfb6c2a8257d6d311b694725c5.tar.gz
refcat-ad5600fed16c7bcfb6c2a8257d6d311b694725c5.zip
update notes
Diffstat (limited to 'python')
-rw-r--r--python/notes/version_4.md26
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"
}
```
+