You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anchor tags are a valid part of an URI but shouldn't be included in the request.
url="http://www.cnet.com/news/pi-top-the-3d-printable-raspberry-pi-laptop-anyone-can-build/#ftag=CAD590a51e"require'uri'require'open-uri'require'nokogiri'pNokogiri::HTML(openURI.parse(url), &:read).css('title').text#=> "Pi-Top: The 3D-printable Raspberry Pi laptop anyone can build - CNET"require'opengraph_parser'pOpenGraph.new(url).title#=> "Page Not Found (404) - CNET"
The text was updated successfully, but these errors were encountered:
Anchor tags are a valid part of an URI but shouldn't be included in the request.
The text was updated successfully, but these errors were encountered: