You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Faster Instagram Downloads: Replaced the fixed 15-second wait time with dynamic stream detection, making Instagram extractions significantly faster (usually completes in 1-3 seconds).
Carousel Downloads Fixed: Resolved the "No file downloaded / item may be unavailable" error for Instagram carousel posts.
Native File Handling: Single carousel items and ZIP downloads are now processed entirely through the local Electron backend. This improves reliability and completely removes the native browser download popup (like the Edge download shelf) that used to appear.
🐛 Bug Fixes
Fixed an issue where the frontend would attempt to call the remote web API for carousel downloads instead of utilizing the local desktop backend.