Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
VTGare committed Oct 20, 2020
1 parent ec1883f commit 43632f3
Show file tree
Hide file tree
Showing 92 changed files with 18 additions and 29,086 deletions.
2 changes: 1 addition & 1 deletion cloudflare.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func NewClient() (c *http.Client, err error) {

c = &http.Client{
Transport: scraper_transport,
Jar: scraper_transport.cookies,
Jar: scraper_transport.Cookies,
}

return
Expand Down
9 changes: 9 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module github.com/VTGare/go-cloudflare-scraper

go 1.15

require (
github.com/cardigann/go-cloudflare-scraper v0.0.0-20200425223932-91bd9b1006f2
github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac
gopkg.in/sourcemap.v1 v1.0.5 // indirect
)
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
github.com/cardigann/go-cloudflare-scraper v0.0.0-20200425223932-91bd9b1006f2 h1:DYQ/ugkvCFdvZUf5d6RlLxmZTL3R6NOAjfMcCXZBmEA=
github.com/cardigann/go-cloudflare-scraper v0.0.0-20200425223932-91bd9b1006f2/go.mod h1:yzwU7pub3vYvHwvYOpbXfJ5OC8srFoqFmij8ZtQpymI=
github.com/robertkrimen/otto v0.0.0-20170604103602-49fee9c1c0db h1:I7lbJAzL0nJ9+sc1wBdjOE9rx4aGaRB62TT7+6rrnpI=
github.com/robertkrimen/otto v0.0.0-20170604103602-49fee9c1c0db/go.mod h1:xvqspoSXJTIpemEonrMDFq6XzwHYYgToXWj5eRX1OtY=
github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac h1:kYPjbEN6YPYWWHI6ky1J813KzIq/8+Wg4TO4xU7A/KU=
github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac/go.mod h1:xvqspoSXJTIpemEonrMDFq6XzwHYYgToXWj5eRX1OtY=
gopkg.in/sourcemap.v1 v1.0.5 h1:inv58fC9f9J3TK2Y2R1NPntXEn3/wjWHkonhIUODNTI=
gopkg.in/sourcemap.v1 v1.0.5/go.mod h1:2RlvNNSMglmRrcvhfuzp4hQHwOtjxlbjX7UPY/GXb78=
1 change: 0 additions & 1 deletion vendor/github.com/robertkrimen/otto/DESIGN.markdown

This file was deleted.

7 changes: 0 additions & 7 deletions vendor/github.com/robertkrimen/otto/LICENSE

This file was deleted.

63 changes: 0 additions & 63 deletions vendor/github.com/robertkrimen/otto/Makefile

This file was deleted.

Loading

0 comments on commit 43632f3

Please sign in to comment.