The share sheet in the Instagram app now emits instagram.com/reels/<id> (plural), which INSTAGRAM_URL_PATTERN didn't match — only /reel/ and /p/. A non-matching URL is silently dropped (regex never matches -> no download, no error reply), so reels links appeared to do nothing. Broaden the pattern to (?:share/)?(?:reels?|p|tv) to also cover IGTV (/tv/) and the /share/ prefix. Verified against should-match / should-not-match URL sets; other platform patterns unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
48 KiB
48 KiB