mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-20 08:34:31 +01:00
feat: readability parsing, screenshot of page, file serving
This commit is contained in:
@@ -33,4 +33,6 @@ pub enum AppError {
|
||||
Tiktoken(#[from] anyhow::Error),
|
||||
#[error("Ingress Processing error: {0}")]
|
||||
Processing(String),
|
||||
#[error("DOM smoothie error: {0}")]
|
||||
DomSmoothie(#[from] dom_smoothie::ReadabilityError),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user