Relative Content

Tag Archive for node.jsweb-scrapingbotspuppeteer

How to Download video with blob url by Puppeteer

I am trying to download the reels from Instagram I have done all the navigation and everything I just have to write the name while running the file which Instagram Id I wanted to download the reel from, so it will download the first reel of that Instagram Id so, I am getting and error while downloading the reel because its a blob url, and I just get the code from ChatGPT but it still using the fetch method which is wrong for blob url, so anyone can help in it that how can I download the Instagram reel with blob url by Puppeteer?