0.0.5 • Published 7 years ago

get-links-cli v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

get-links-cli

Javascript JavaScript Style Guide Open Source Love Gitter Chat

get links via dom selector (cli version)

Info: You can find the non-CLI Version here

Installation

npm install -g get-links-cli

or

yarn global add get-links-cli

Example

get all links from site:

get-links -u https://domain.tld -c a

get all links with css class ".video":

get-links -u https://domain.tld -c "a .video"

save links to file:

get-links -u https://domain.tld -c "a .video" -o links.txt

Parameter

  • -u [--url] : URL (required)
  • -c [--css] : DOM/CSS Selector (required)
  • -o [--out] : Output to file (optional)

Contact / Social Media

Get the latest News about Web Development, Open Source, Tooling, Server & Security

GithubDockernpmTwitterFacebookGoogle+Gitter

License

Copyright (c) 2016 Maik Ellerbrock

MIT Licence