[email protected] schrieb: > # accept hosts in MY.DOMAIN.NAME > +^http://([a-z0-9]*\.)*MY.DOMAIN.NAME/ > > Will this pattern accept url like this http://MY.DOMAIN.NAME/([a-z0-9]*\.)*/?
Yes. The regex in crawl-urlfilter.txt has only a start delimiter (^) but no end delimtiter ($). So only the start part (left part) of the url is compared. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
