Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zshipko/extract
https://github.com/zshipko/extract
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zshipko/extract
- Owner: zshipko
- License: mit
- Created: 2015-11-27T20:55:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-27T21:06:46.000Z (almost 9 years ago)
- Last Synced: 2023-08-27T00:34:21.424Z (about 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- 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...