feat: remove instagram post capture

This commit is contained in:
Kristofers Solo 2025-11-04 08:59:06 +02:00
parent 73f82aee3b
commit 8aa610f8c0
Signed by: kristoferssolo
GPG Key ID: 74FF8144483D82C8

View File

@ -72,7 +72,7 @@ pub fn create_handlers() -> Arc<[Handler]> {
[ [
handler!( handler!(
"instagram", "instagram",
r"https?://(?:www\.)?(?:instagram\.com|instagr\.am)/(?:p|reel|tv)/([A-Za-z0-9_-]+)", r"https?://(?:www\.)?(?:instagram\.com|instagr\.am)/(?:reel|tv)/([A-Za-z0-9_-]+)",
crate::download::download_instagram crate::download::download_instagram
), ),
handler!( handler!(