From 8aa610f8c007bb7cb2c70ca30c8f9c661ca78f42 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Tue, 4 Nov 2025 08:59:06 +0200 Subject: [PATCH] feat: remove instagram post capture --- src/handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handler.rs b/src/handler.rs index da04547..fe641b1 100644 --- a/src/handler.rs +++ b/src/handler.rs @@ -72,7 +72,7 @@ pub fn create_handlers() -> Arc<[Handler]> { [ handler!( "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 ), handler!(