Code Monkey home page Code Monkey logo

instagram-profile-downloader's Introduction

Instagram Profile Downloader

Instagram Downloader is a tool that allows users to download data from Instagram. The app is open-source and supports multiple logins, making it possible for users to download profile images, stories, posts, and IGTV videos. It also includes features such as the ability to search for stories and mark them as favorites, as well as view profiles and download activity history. However, the project is no longer being updated and may not be available in the future.

instagram-profile-downloader's People

Contributors

nitink133 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

instagram-profile-downloader's Issues

Trouble downloading videos

Trying to download an instagram video, but it fails and says "Something went wrong"
New to java, so not sure why it's failing. Here's the stacktrace:

W/System.err: java.io.FileNotFoundException: https://instagram.fdet1-1.fna.fbcdn.net/v/t50.2886-16/100608210_3242654959098091_1560196136449913135_n.mp4?_nc_ht=instagram.fdet1-1.fna.fbcdn.net\u0026_nc_cat=107\u0026_nc_ohc=1frCzytYMdIAX-febHO\u0026oe=5ED40E08\u0026oh=cc754b9239846ec413d139e23ea73bf4
        at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:251)
        at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(DelegatingHttpsURLConnection.java:210)
W/System.err:     at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:26)
        at com.google.firebase.perf.network.zzd.getInputStream(com.google.firebase:firebase-perf@@18.0.1:58)
        at com.google.firebase.perf.network.zze.getInputStream(com.google.firebase:firebase-perf@@18.0.1:11)
        at com.google.firebase.perf.network.FirebasePerfUrlConnection.zza(com.google.firebase:firebase-perf@@18.0.1:22)
        at com.google.firebase.perf.network.FirebasePerfUrlConnection.openStream(com.google.firebase:firebase-perf@@18.0.1:2)
        at com.storyPost.PhotoVideoDownloader.fragments.DownloadPostFragment$downloadFIle.doInBackground(DownloadPostFragment.java:489)
        at com.storyPost.PhotoVideoDownloader.fragments.DownloadPostFragment$downloadFIle.doInBackground(DownloadPostFragment.java:405)
        at android.os.AsyncTask$2.call(AsyncTask.java:333)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245)
W/System.err:     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:764)

BUG

[Test Step]: it prompts"something went wrong" When clicking [download ] button in [download posts]module
[Test Environment]: Wi-Fi connection, Android 10.0/EMUI 10.0 (Mate 30), Multilingual settings.
[Suggestion]: Please identify it accordingly.

post

post downloader and igtv videos it's not working.

get information user

What part of the user can log in when the user logs in, such as profile pictures or usernames ...

data steal

sorry sir, im newbie about android application
is this app clear from log ? i mean data stealing ?
thanks for the answer.

Instagram post not downloadable

Instagram post not downloadable just becuase when reading jsoup gives excpetion
http error fetching url
status 404
please resolve this issue

get username and etc...

how to get a username from InstagramOfficalLoginActivity.java

I feel that this code does not work

 if (url.equalsIgnoreCase(mURL)) {
                    view.addJavascriptInterface(new MyBridge(InstagramOfficalLoginActivity.this), "bridge");
                    String javascript = "javascript: document.getElementsByClassName(\"_0mzm- sqdOP  L3NKy       \")[0].onclick = function() {\n" +
                            "        var username = document.getElementsByName(\"username\").value;\n" +
                            "        var password = document.getElementsByName(\"password\").value;\n" +
                            "        bridge.saveData(username, password);\n" +
                            "    };";
                    view.loadUrl(javascript);
                }

Do you have a better solution for getting a username?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.