We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ver 0.9.2
>> agent = WWW::Mechanize.new >> agent.get("http://lenta.ru/").links.size => 4 >> require 'hpricot' => [] >> WWW::Mechanize.html_parser = Hpricot => Hpricot >> agent.get("http://lenta.ru/").links.size => 550
The text was updated successfully, but these errors were encountered:
I believe this is fixed if you upgrade libxml2 with nokogiri. I get 554 links when I run the code using Nokogiri 1.3.0 and libxml2 2.7.3
Sorry, something went wrong.
i install libxml2 from debian/testing but without success:
root@tech ~ # dpkg -l libxml*|tail -n 4 ii libxml2 2.7.3.dfsg-1 GNOME XML library ii libxml2-dev 2.7.3.dfsg-1 Development files for the GNOME XML library ii libxml2-utils 2.7.3.dfsg-1 XML utilities un libxmlrpc-ruby1.8 (no description available) root@tech ~ # gem list |grep nokogiri nokogiri (1.3.1) >> WWW::Mechanize.new.get("http://lenta.ru/").links.size => 5 root@tech ~ # /opt/ruby-ee/bin/nokogiri -v --- nokogiri: 1.3.1 warnings: [] libxml: compiled: 2.7.3 loaded: 2.7.3 binding: extension
Merge pull request #1 from sparklemotion/master
ef68df7
Latest
No branches or pull requests
ver 0.9.2
The text was updated successfully, but these errors were encountered: