article spider:文章爬取工具 源码
article-spider是一个用go编写的爬取文章工具。 安装 git clone 开始使用 爬取文字 package main import ( "article-spider/fileTypes" "article-spider/form" "article-spider/spider" ) func main() { f := form.Form{ Host: "https://www.weixz.com", Channel: "/gamexz/list_[PAGE]-0.html", Limit: 5, PageStart: 1, ListSelector: "body > div.wrap > div.GameList.wd1200.mt-20px > ul >
用户评论