Go-package to get data from HTML by CSS selectors

xuanbao · · 473 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>Package: <a href="https://github.com/msoap/html2data">github.com/msoap/html2data</a></p> <p>And command line utility:</p> <p>Install:</p> <pre><code>go get -u github.com/msoap/html2data/cmd/html2data </code></pre> <p>Examples:</p> <ul> <li><p>Get the latest version of Go:</p> <p>html2data <a href="https://golang.org/dl/">https://golang.org/dl/</a> &#39;h3#stable + div h2:get(1)&#39;</p></li> <li><p>Get title of page:</p> <p>html2data <a href="https://golang.org/">https://golang.org/</a> title</p></li> <li><p>Blog posts list:</p> <p>html2data <a href="https://blog.golang.org/">https://blog.golang.org/</a> h3</p></li> </ul> <hr/>**评论:**<br/><br/>mdfcorp: <pre><p>I&#39;ve been using the GoQuery package from Puerkitobio available here <a href="https://github.com/puerkitobio/goquery" rel="nofollow">https://github.com/puerkitobio/goquery</a></p> <p>It has a nice set of tools, plus the ability of querying a la jQuery. </p></pre>mpg123: <pre><p>Internally html2data using GoQuery too, but with simple interface.</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

473 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传