Skip to content

gavindsouza/grab-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grab-cli

Light-weight web scraper to download specific types of media from static sites

Installation

Use pipx to try out grab!

pipx install git+https://github.com/gavindsouza/grab-cli.git

Usage

grab <url-of-static-page> 'images' # download all images from url 
grab <url-of-static-page> 'videos' # downlaod all videos
grab <url-of-static-page> '*' # download all images and videos

How it works

Upon running grab https://www.reddit.com/r/meme/comments/ye14vl/cable_with_extra_steps_src_unknown/ images, you'd get the meme neatly dumped under cable_with_extra_steps_src_unknown_/dn5m80fv66w91.png.

About

Light-weight web scraper to download specific types of media from static sites

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages