imvickykumar999 / Download-Reels

https://imvickykumar999.github.io/Download-Reels/
https://instaprofile.pythonanywhere.com/
3 stars 1 forks source link

This method not work #1

Closed deletexl closed 11 months ago

deletexl commented 1 year ago

hello, I can't pull the data you show with this method, can you check if it works?

deletexl commented 1 year ago

{"message":"Please wait a few minutes before trying again.","require_login":true,"status":"fail"}

imvickykumar999 commented 1 year ago

Are you logged-in on Instagram in the browser on which the flask server is running ? Let me know and please reply.

Basically you have to append ?__a=1&__d=1 at end of profile or reel link (Note: underscore _ is 2 times __)

like this... (Open in new tab) https://www.instagram.com/vix.bot/?__a=1&__d=1

and extract the video URL from the fetched dictionary.

In my case, everything is working well.

anupamsoni200 commented 1 year ago

Same problem {"message":"Please wait a few minutes before you try again.","require_login":true,"status":"fail"}

imvickykumar999 commented 1 year ago

Same problem {"message":"Please wait a few minutes before you try again.","require_login":true,"status":"fail"}

Works for the local host in the Flask framework, but if you deploy then this error will be shown.

Try this in cmd

>>> pip install DownloadReels
>>> python
>>> from DownloadReels import run_server
imvickykumar999 commented 11 months ago

Explore this : https://github.com/subzeroid/instagrapi