gocolly / twocaptcha

Golang Client for 2captcha.com API
Apache License 2.0
25 stars 9 forks source link

Getting captcha should use supplied client #3

Open andig opened 3 years ago

andig commented 3 years ago

This is required for applying cookiejar values

andig commented 3 years ago

Or preferably, solving captcha should just use an io.Reader as input for a go-ish implementation with maximum flexibility.

andig commented 3 years ago

Or… ultimately, just make it a slice of byte. Would you accept a PR implementing that?