onisuly / InstagramDownloader

Download media from Instagram
1 stars 1 forks source link

Today does application work? #1

Open voronovmaksim opened 5 years ago

voronovmaksim commented 5 years ago

I have written in console: java -jar InstagramDownloader.jar -u kreedmini -m 10 I saw the Exception: org.json.JSONException: JSONObject["user"] not found. Then i have tried so: java -jar InstagramDownloader.jar -a https://www.instagram.com/p/BrF8ozFg6oY/ I have got Exception again: org.json.JSONException: JSONObject["media"] not found.

What did i do wrong?

ps: account https://www.instagram.com/kreedmini/

onisuly commented 5 years ago

Sorry, the code is outdated and on longer maintained, you can try the go lang version Instagram downloader from here: https://github.com/onisuly/InstagramDownloader-go

voronovmaksim commented 5 years ago

Thanks, but i need application is written with java languge