art-dl

Crates.ioart-dl
lib.rsart-dl
version0.0.1
sourcesrc
created_at2023-02-26 17:23:20.511178
updated_at2023-02-26 17:23:20.511178
descriptionArtworks downloader
homepage
repositoryhttps://github.com/istudyatuni/artworks-downloader
max_upload_size
id795355
size53,959
Ilia (istudyatuni)

documentation

README

Artworks downloader

Supported sites

Other sites in progress

Supported URL types

Install

cargo install art-dl

Then run as art-dl: #usage

Build from source

Clone the repo, then run from inside of it:

cargo install --path .

Usage

Just run

# download urls from file with list of urls, one url per line
art-dl [file with list of urls]

Supported URL types

  • imgur.com
    • https://imgur.com/a/<id>
    • https://imgur.com/gallery/<id>
    • https://imgur.com/t/<tag>/<id>
Commit count: 199

cargo fmt