alc/domq
Composer 安装命令:
composer require alc/domq
包简介
Command line XML/HTML DOM Parser
README 文档
README
Command line HTML DOM Parser
Install globaly via composer
composer global require alc/domq # Make sure you have export PATH in your ~/bashrc export PATH=~/.config/composer/vendor/bin:$PATH
Usage
# Query Hacker News Titles domq https://news.ycombinator.com/ a.storylink innertext # Query Hacker News Urls domq https://news.ycombinator.com/ a.storylink getAttribute href # Query Google Urls domq https://www.google.fr/search?q=github 'h3.r a' attr href # Query a local file domq sitemap.xml 'sitemap loc' innertext # Query a list of urls domq urls=urls.txt 'h1.entry-title a' attr href # Parse from stdin curl -s http://blog.chemel.fr/sitemap.xml | domq stdin loc innertext # Piping domq http://blog.chemel.fr/sitemap.xml loc | domq urls=- loc # Show help domq --help
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-12-07