Skip to content
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

Accept hash with indifferent access #22

Open
nofxx opened this issue Jan 26, 2016 · 0 comments
Open

Accept hash with indifferent access #22

nofxx opened this issue Jan 26, 2016 · 0 comments
Labels

Comments

@nofxx
Copy link

nofxx commented Jan 26, 2016

Not critical, but for the sake of least surprise ;)

Retriever::PageIterator.new(url, { 'maxpages' => 1 }) do |page|  # Works
Retriever::PageIterator.new(url, { maxpages: 1 }) do |page|      # Does not

Gonna check out if I can help with it.

Thank you for this great gem, it's a glass of water in crawling hell =D

@joenorton joenorton added the bug label Apr 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants