Ratnesh,V2Solutions India wrote:
> Hi,
> I want to crawl a website containing video files or flv files, and these
> files are stored inside the <object> or <embedd> tag, so how can i crawl a
> site containg video files inside a specific tags...
> 
> 
> I am looking for your help..
> 
> Thanks

Hi Ratnesh,

You may want to look at the plugin tutorial on the wiki as a starting
point:  http://wiki.apache.org/nutch/WritingPluginExample-0%2e8

If I understand correctly, you want to tag pages containing a video
inside <object> or <embed> tags, correct?  If so, what you want to
create is an implementation of HtmlParseFilter that walks the document,
and adds a metadata tag if it finds the required video information. You
might want to peruse the CreativeCommons plugin, for how they search for
a link to a CC license.

Regards,


Ricardo J. Méndez
http://ricardo.strangevistas.net/

Reply via email to