Skip to content

v1.0.3

Compare
Choose a tag to compare
@smzr smzr released this 28 Jul 11:28
· 12 commits to main since this release

Major Changes

Replaced wget with fs for image downloads:
We have replaced the dependency on wget with the built-in fs (file system) module for image downloads. This simplifies the image download process and eliminates the need to create an intermediate file to store image URLs.

New Features

Added Command-Line Options:
--output : This new option allows users to specify the output directory for downloaded images. If not provided, the default output directory will be the current working directory.
--limit : Another handy option that sets the maximum number of images to download. When specified, the tool will stop downloading images once the specified limit is reached.

Bug Fixes

Duplicate Image Download:
Previously, the tool would download the same image multiple times if it appeared twice on the web page. We've fixed this issue, and the tool now skips downloading duplicate images.