- Removed single image downloading function
- Added feature to download a single post
- Fix for new JSON source
- Fix for new way to get next page
- Use python 2.7 and python 3 compatible libraries
- Added color to output text
- Removed video download option
- Fixed a strange issue where the program would crash if the downloaded data is less than the expected amount
- Added version number on top with the title
- Added a pause of 0.5 seconds after each download so Instagram does not temporaly block your IP due to the many requests
- Prints out "completed" after downloading all images from an user
- Removed one line of code which did nothing
- Added option to download videos as well
- Fixed issue where insta-dl would only download up to 20 images
- Added option to download videos as well
- Added GUI
- Rewrote the whole script in Python 3
- Now it uses the requests module
- Added color to text
- Initial release