-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Scrape email addresses from URL #51
Scrape email addresses from URL #51
Conversation
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.
Minor suggestions. Specs look good. Also good catch on using .force_encoding(Encoding::UTF_8)
, because sometimes HTTP responses are returned in ASCII-8bit encoding, which are incompatible with UTF-8 domain suffixes in the EMAIL_ADDRESS
regex.
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.
Minor doc fixes.
#43
I didn't know how to name this class 😅
It's a draft version, that I would like you to check and correct it because its hard for me to understand internal structure of ronin libs.
Also your opinion about specs here would help me with writing specs for other classes.