> http://la.adnfo.com/servlet/html?mxi=6&src=Top%20Stories
>
> In plucker averything I tap on the "Next" link shows the same page,
> anybody knows how to fix this?
It looks like the parser is catching the IDs wrong, or is confused
when it writes the database out. If you use something like this:
plucker-build -H "http://la.adnfo.com/servlet/html?mxi=6&src=Top%20Stories"\
-f /tmp/LosAngeles_Times --zlib-compression --bpp=4 --maxdepth=8 \
--staybelow="http://la.adnfo.com/servlet/html"
You can really see the problem more clearly. Something is going on
here, but... when I spidered to a depth of 23 (which clearly should have
reached the end of content, given the --staybelow above), it kept spidering
and spidering and spidering until it reached over 800 links. Not good.
Bill, any ideas?
[dd]