Cache filename error with | "pipe" characters

Sam Ruby rubys at intertwingly.net
Tue Oct 17 09:03:08 EST 2006


Harry Fuecks wrote:
> 
> Was able to fix it by changing line 14 in spider.py from;
> 
> re_slash         = re.compile(r'[?/:]+')
> 
> to;
> 
> re_slash         = re.compile(r'[?/:|]+')

Thanks!

- Sam Ruby


More information about the devel mailing list