This commit is contained in:
Andy Gayton 2024-06-27 11:25:11 -04:00
parent 61b7f0821a
commit 5e29658266

View File

@ -12,7 +12,7 @@ impl SimplePluginCommand for QueryWebpageInfo {
} }
fn usage(&self) -> &str { fn usage(&self) -> &str {
"uses the webpage crate to extract info from html: title, description, language, HTTP info, links, RSS feeds, Opengraph, Schema.org, and more" "uses the webpage crate to extract info from html: title, description, language, links, RSS feeds, Opengraph, Schema.org, and more"
} }
fn signature(&self) -> Signature { fn signature(&self) -> Signature {