add new nimo code
change more
This commit is contained in:
@@ -34,7 +34,7 @@ func Execute() {
|
||||
-H 'if-none-match: W/"25edb-aUYBdmLqZcr6DW4ZWKX9r2aqolg"' \
|
||||
--compressed`
|
||||
|
||||
g := gcurl.ParseRawCURL(turl)
|
||||
g := gcurl.Parse(turl)
|
||||
tp := g.Temporary()
|
||||
|
||||
for !ps.IsClose() {
|
||||
|
||||
@@ -69,7 +69,7 @@ func Execute() {
|
||||
cookies := ses.GetCookies(tp.GetParsedURL())
|
||||
|
||||
scurl := updateUrl["supporters"] //获取打赏者的数据
|
||||
curl := gcurl.ParseRawCURL(scurl)
|
||||
curl := gcurl.Parse(scurl)
|
||||
supportersSession := curl.CreateSession()
|
||||
|
||||
temporary := curl.CreateTemporary(supportersSession)
|
||||
|
||||
Reference in New Issue
Block a user