Skip to content

Commit c329b65

Browse files
committed
code refactor; get page by colly;
1 parent 6c1eaab commit c329b65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: drivers/fc2/util.go

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ func (d *FC2) getPageInfo(urlFunc func(index int) string, index int, data []mode
7878

7979
collector := colly.NewCollector(func(c *colly.Collector) {
8080
c.SetRequestTimeout(time.Second * 10)
81-
_ = c.SetProxy("http://127.0.0.1:7890")
8281
})
8382

8483
tableContainer := ""

0 commit comments

Comments
 (0)