titlextractor

command module
v0.0.0-...-c24651a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2020 License: MIT Imports: 12 Imported by: 0

README

TitleXtractor

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
titlextractor

Resources

I was inspired by:


License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL