-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tor socks proxy support #56
Conversation
I'm reluctant to add a Tor specific method when there is already possible via |
Yes, see 5948ff4 |
My only reservation is passing a |
ok, see 06b521e |
Thanks, looks good to me. I'll wait on @lxt2 so we can merge a bunch of these pull requests at once into one patch release. Should be soon. |
README.md
Outdated
Surf isn't just another Go solution for downloading content from the web. Surf is designed to behave | ||
like web browser, and includes: cookie management, history, bookmarking, user agent spoofing | ||
(with a nifty user agent builder), submitting forms, DOM selection and traversal via jQuery style | ||
CSS selectors, scraping assets like images, stylesheets, and other features. | ||
|
||
**NOTE: DEVELOPMENT ON THIS PROJECT IS VERY SLOW!** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hrm, not sure why this is being included.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was an old pull request
Moving to #72. |
To use the proxy use the
Tor(url *url.URL) (err error)
method