0

I need to check reciprocal links on external websites - are the best options webrat or capybara in a Rails app? Or something else?

Users will submit the URL of the page where the link back to us has been placed, so we don't need a crawl of the whole site, just the page that is submitted.

A4J
  • 879
  • 10
  • 24

1 Answers1

1

For typical HTML parsing, use Nokogiri.

David J.
  • 31,569
  • 22
  • 122
  • 174