We are crawling RSS links using a custom plugin. Thats working fine. Our intention is to crawl the discovered urls in the subsequent round. However, we notice that the links discovered have a status fetch_success & also has a signature. Hence the generate phase in the subsequent round isn't producing any urls to fetch.
We are setting a non-null empty string as parseText in the custom plugin. Any ideas on how to force the second round ? ~ Sourajit

