All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Added for new features. Changed for changes in existing functionality. Deprecated for soon-to-be removed features. Removed for now removed features. Fixed for any bug fixes. Security in case of vulnerabilities.
- Cookie Support.
- Capability for handling https protocol.
- Forcing usage of http protocol because ssl certificate issues
- HTTPS certificate is not verified.
- Stop scraping at a perticular image
- Start from or finish at a perticular page no.
- Report Broken links.
- Error handling exception when http timeout
- Downloader always checks if files are already downloaded and skips them.
- Errors are categorized for better understanding of bugs.
- Checks for broken links.
First Stable release.
- Can now get images from
image
lists. - Support for command-line Arguments.
- Added a progress bar.
- Download resume capability.
- Instead of entering the name of the person you enter the profile url.
- Downloader is now a seperate script rather then an option.
- Links are placed in a file in working dir; Instead of creating a seperate directory inside the working directory.
- No interactive input; instead command line args are accepted.
- Option to download images is removed from main file.
This is the first public release. Pre Release
- Retrives the links of of all photos from any
person
profile onlistal.com
. - Also, can download the photos from the retrived links using mulitple threads.