hartator

Results 18 issues of hartator

Any plan to support retina resolution? It looks kind of blurry on my macbook pro retina, maybe I've missed something.

Hi! Thanks a lot for anemone guys! I missed a feature that I have implemented, basically the reverse of `skip_links_like`, which I have called `only_links_like` to help the crawler to...

Right now, I am doing this : ``` clnt.cookies.select{ |e| e.name == 'SID' }.first.value ``` Am I doing this wrong? It seems more quicker to access cookies like a hash,...

FeatureRequest

Hey, Do you know what license you want this code to be published in? We might want to use parts of it for our own library: https://github.com/serpapi/google-search-results-python Thanks!

I don't know if it's very relevant here, but we've released a gem that uses our own backend to get back Google results: https://github.com/serpapi/google-search-results-ruby Hopefully it will be helpful.

Do you know if we can integrate with another backend like ours [SerpAPI](https://serpapi.com) to get the Google Results? We have solved the issues related to proxies and captchas, that will...

enhancement
question

Brotli is becoming more common on servers thanks to its debatable better performance over gzip. It's accessible same way as gzip via `HTTP.headers("Accept-Encoding" => "gzip, deflate, br")`. Unfortunately, http.rb doesn't...

Hello, Thanks for this awesome gem. I love python requests egg, and I am glad I am not alone in the Ruby community! I wonder if there is any plan...

Thanks for having updated the scripts, I appreciate you published it!

We have several engines that work without a `q` parameter. For example, Yande uses `text`: ![image](https://user-images.githubusercontent.com/307597/150655626-01abc064-ae25-4173-b553-05b7b28934f6.png) And you can't submit your search to the API. Hash with all engines that...