You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the app shows only how many posts will be downloaded and then gives the download finish status.
It would be great if the user could see on screen how many of the posts have been downloaded successfully and how many are left, just as we see in the Instaloader command line interface.
The text was updated successfully, but these errors were encountered:
Hey @AzeemIdrisi I tried implementing the live status feature but couldn't workaround it, probably live download status function is not available in python library.
Then I modified the code to MVVM architecture, to maintain robustness and code readability. I have also used Hilt DI during the modification!
Currently, the app shows only how many posts will be downloaded and then gives the download finish status.
It would be great if the user could see on screen how many of the posts have been downloaded successfully and how many are left, just as we see in the Instaloader command line interface.
The text was updated successfully, but these errors were encountered: