In my crawler system, I have set the fetch interval as 30 days. I initially set my user agent as say "...." then many urls are getting rejected. But after changing my user agent to appropriate name, I want to fetch those urls which are rejected initially. But the thing is those urls with the db_gone status will have retry interval as 45 days. So generator wont pick that.Hence in this case how would I fetch those urls with db_gone status?
Is nutch by default has any options to crawl those db_gone urls alone?
Or do I need to write a seperate map-reduce program to collect those urls and use freegen to generate segments for them?