Merge dev → main: #830 rich post capture + external-host downloads (+ #768/#789/#739) #102

Merged
bvandeusen merged 15 commits from dev into main 2026-06-14 19:16:09 -04:00
Showing only changes of commit 896e4f248c - Show all commits
+1 -1
View File
@@ -40,10 +40,10 @@ from ..utils.paths import (
)
from ..utils.phash import compute_phash, find_similar
from ..utils.sidecar import find_sidecar, parse_sidecar
from .link_extract import extract_external_links
from ..utils.slug import slugify
from .archive_extractor import extract_archive, is_archive
from .attachment_store import AttachmentStore
from .link_extract import extract_external_links
from .thumbnailer import Thumbnailer
log = logging.getLogger(__name__)