following <img> tag
Reported by hayato | September 16th, 2009 @ 09:51 AM
I suggest adding feature to img tag tracking.
- add :follow_img_tag option.
- following img tag if :follow_img_tag => true.
- add body attribute to Page to get raw http body for image file.
please check up my suggestion and attached patch.
Comments and changes to this ticket
-
chris (at chriskite) January 22nd, 2010 @ 08:16 PM
- State changed from new to resolved
- Assigned user set to chris (at chriskite)
I plan to add an attr_accessor for Page body as part of ticket #16.
To have Anemone visit img src's, use focus_crawl().
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Anemone is a Ruby library that makes it quick and painless to write programs that spider a website. It provides a simple DSL for performing actions on every page of a site, skipping certain URLs, and calculating the shortest path to a given page on a site.