Skip to content

iffse/fetch-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetch-preview

A utility to fetch preview images from given links.

This tool can come handy when you kept a large list of links, and you don't want to check the contents manually.

The initiative of this project is to provide a preview for my MPV playlist that I use as a music player.

Usage

Example:

cargo run --release - --file path/to/file/with/links

Usages:

Usage: fetch-preview [OPTION]...
Fetches a preview image for a link or a list of links in a file.

Options:
	-f, --file FILE         Fetches a preview image for each link in FILE.
	-l, --link LINK         Fetches a preview image for LINK.
	-o, --output_dir DIR    Sets the output directory to DIR. (default: ./preview)
	-h, --help              Shows this help.

About

A utility to download preview images from given links.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages