command
module
Version:
v0.0.0-...-c24651a
Opens a new window with list of versions in this module.
Published: Apr 20, 2020
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
This tool takes a list of urls and extracts the content of <title>
tag.
Dependencies
titlextractor
needs golang.org/x/net/html package in order to parse HTML.
go get -u golang.org/x/net/html
Install
go get -u github.com/dellalibera/titlextractor/
Usage
Parameter |
Description |
-t |
Specify the request timeout (expressed in seconds - default 20s) |
-f |
Boolean value used to decide to follow or not redirections (default false) |
-n |
Number of concurrent workers (default 20) |
-c |
Boolean value used to color the output (default false) |
Examples
cat urls.txt | titlextractor -f -c
Resources
I was inspired by:
License
MIT
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.