dying
dying
Hi, I would need a callback on the WindowsProxyOptions; like this example: ```js win.webContents.session.setProxy({ proxyRules: `http://127.0.0.1:3333` }, function (r) { capWin.loadURL("https://github.com"); }); ``` How can I do that?
```go func upload(filename string, inst *goinsta.Instagram) { f, err := os.Open(filename) if err != nil { log.Fatal(err) } _, err = inst.UploadPhoto(f, "test", 0, 0) if err != nil {...
Hi, Since a few days, I’m getting this error when I have a challenge: `2020/02/08 13:37:10 Get /challenge/6063788900/PwLcbJ2krZ/: unsupported protocol scheme ""` Do you know any way to fix this?...
Hi, It would be great to support hashtag search. Thanks for your work, it's the best library I've seen in Go!