> 1. Any way to get it to output the ENTIRE URL it's working on? Sure, in your config file set "status_line_length" to 200 or so (instead of the default 60).
> 2. Any way to get it to explain why it's skipping some URLs/files? Nope. There's a lot of code scattered around Spider that does that, and we could add more print statements. > 3. Any clue why, if depth is not an issue and all else is the same, it > would grab some files only if it enters at their immediate parent rather > than their grandparent? Sure. They weren't previously referenced, and they're not thrown out of the 'to fetch' queue. Bill _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
