vault backup: 2024-01-07 12:58:19
Affected files: .obsidian/workspace.json Corbia spider.md
This commit is contained in:
parent
258fe19e79
commit
8f3fdb61d3
|
@ -25,7 +25,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Untitled.md",
|
||||
"file": "Corbia spider.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -61,7 +61,7 @@
|
|||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "frag",
|
||||
"query": "",
|
||||
"matchingCase": false,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
|
@ -78,8 +78,7 @@
|
|||
"state": {}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
|
@ -99,7 +98,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Untitled.md",
|
||||
"file": "Corbia spider.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -116,7 +115,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Untitled.md",
|
||||
"file": "Corbia spider.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -139,7 +138,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Untitled.md"
|
||||
"file": "Corbia spider.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -121,6 +121,7 @@ def scrape_domain(self):
|
|||
}
|
||||
return json.dumps(data, indent=4, ensure_ascii=False)
|
||||
except Exception as e:
|
||||
print(e)
|
||||
return json.dumps({"success": False})
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue