Media downloader - v0 by VercelMedia downloader - v0 by Vercel
Cloned elangoss121-dev/v0-media-downloader to start this chat.
fix insta reel downloading bugs
3d ago
I can see the issue. The instagram-url-direct package may be failing silently, and the fallback page scraping is also not reliable because Instagram blocks server-side requests. Let me search for a more reliable Instagram download solution:
I found the snapinsta npm package. Let me update the code to use multiple fallback methods including this package:
Now let me also add snapinsta to the media-info API:
I've added the snapinsta npm package as an additional fallback for Instagram reel downloads. The download flow now tries three methods in sequence: 1) instagram-url-direct package, 2) snapinsta package (which uses snapinst.app behind the scenes), and 3) direct HTML page scraping. This multi-layered approach significantly increases the chances of successfully extracting Instagram video URLs from public posts and reels.
3d ago
I pulled the latest changes from v0/elangoss121-dev-5d14b4f8 in v0-media-downloader.
0px
Code editing is not availableDuplicate this chat to use a more powerful code editor.