This is code snippet, line 381-... of SimpleRobotsRuleParser
{code}
line = line.trim().toLowerCase();
if (line.length() == 0) {
continue;
}
RobotToken token = tokenize(line);
{code}
Use case scenario: it doesn't work with sitemaps listed at
http://www.tripadvisor.com/robots.txt
Original issue reported on code.google.com by fuad.efe...@tokenizer.ca on 10 Jun 2013 at 7:15
Original issue reported on code.google.com by
fuad.efe...@tokenizer.ca
on 10 Jun 2013 at 7:15