mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-05-06 20:24:10 +02:00
20250912: stub for content extraction
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from pydantic import AnyUrl
|
||||
|
||||
|
||||
def extract_contents(title: str, url: AnyUrl, note: str):
|
||||
"""Extract contents from a URL."""
|
||||
return
|
||||
Reference in New Issue
Block a user