https://github.com/zshipko/extract
https://github.com/zshipko/extract
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zshipko/extract
- Owner: zshipko
- License: mit
- Created: 2015-11-27T20:55:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-27T21:06:46.000Z (over 10 years ago)
- Last Synced: 2025-01-22T14:08:15.502Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`extract` is a command line tool for extracting images and links from websites
install:
go get github.com/zshipko/extract
usage:
extract [-tag] [?search] urls...
examples:
$ extract -img google.com
> http://google.com/images/srpr/logo9w.png
# find images on pages linked to from nytimes.com that include "nytimes" in the url
$ extract -a nytimes.com | xargs extract ?nytimes -img
> long list of images...