command
module
Version:
v0.0.0-...-ffbc051
Opens a new window with list of versions in this module.
Published: Jun 27, 2022
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
¶
html-Absorber
使用标准输入,从URL或HTML文件中批量提取、筛选出指定标签内容,属性值及注释中的内容
建议:Linux/Mac下使用效果最佳
Install
go install -v github.com/zha0gongz1/html-Absorber@latest
Usage
▶ html-Absorber
Usage: html-Absorber <mode> [<args>]
Modes:
tags <tag names> Extract text contained in tags
attribs <attrib names> Extract attribute values
comments Extract comments
Option:
-output Save the result to file
Examples:
cat urls.txt | html-Absorber tags title [-output]
find . -type f -name "*.html" | html-Absorber attribs src href [-output]
cat urls.txt | html-Absorber comments [-output]
Demo
命令行输出结果
保存结果
注:-output
为追加式输出到文件output.txt中。
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Package css implements CSS selector HTML search.
|
Package css implements CSS selector HTML search. |
Click to show internal directories.
Click to hide internal directories.