Skip to content

A simple tool implemented in Java to find out image URLs inside web pages and download them all. (Deprecated Repository)

License

Notifications You must be signed in to change notification settings

Jim00000/findimg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Build status codecov License: MIT

findimg

A simple tool to find out image URLs inside web pages and download them all

Dependency

Make sure that your machine contains required packages below

  • Java 1.8+ (Oracle JDK 1.8 is recommended)
  • maven

On Ubuntu

sudo add-apt-repository ppa:webupd8team/java
sudo apt update
sudo apt install oracle-java8-installer maven

Build

On Ubuntu

git clone https://github.com/Jim00000/findimg.git
cd findimg
mvn package

The runnable JAR are located at /path/to/findimg/target/findimg-<version>-SNAPSHOT-jar-with-dependencies.jar

Usage

java -jar findimg-0.0.1-SNAPSHOT-jar-with-dependencies.jar -i <input-HTML-file> -o <output-image-folder> [-sn]

Licensing

MIT License

About

A simple tool implemented in Java to find out image URLs inside web pages and download them all. (Deprecated Repository)

Topics

Resources

License

Stars

Watchers

Forks