Skip to content
/ fadper Public

For someone who don't want to waste their time to download every single image one-by-one

Notifications You must be signed in to change notification settings

ryanrw/fadper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fadper

This is my side project to automatically download image by using Puppeteer

And yeah.. The result is quite impressive.

screenshot

Usage

Selected element must have src attribute.

First, you need two things, The image-list.yaml configuration file and download folder.

Then type this in your console.

fadper -c ./path/to/image-list.yaml -o ./download/path

And your downloaded image should be in the download folder

  • -c, --config-file <config file> specify path to configuration file.
  • -o, --output <download path> specify path to save images

Configuration file

Example:

imageList:
  - name: image-folder-name-1
    link: https://unsplash.com/
target: img

imageList

Contain lists of the name and the link

  • name: string Name of this job. Use for naming the output folder
  • link: string Link for download images.

target

The CSS pointer target to HTML element. E.g. .image-container or img.

Selected element must have src attribute.

About

For someone who don't want to waste their time to download every single image one-by-one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published