On Fri, Mar 22, 2002 at 07:30:19PM -0500, Bob wrote: > Either -dump or -source restrict the download to one file > only, correct? > > I was hoping to iterate the crawl with downloading in > html format. > > Perhaps there is a mode=1 set somewhere, instead of > mode=0, if srcmode_for_next_retrieval() is called from > somewhere? Or?
I only see srcmode_for_next_retrieval() called with constant parameters: src/LYGetFile.c:1118:PUBLIC void srcmode_for_next_retrieval ARGS1( src/LYGetFile.h:11:extern void srcmode_for_next_retrieval PARAMS((int)); src/LYMainLoop.c:3802: srcmode_for_next_retrieval(1); src/LYMainLoop.c:3819: srcmode_for_next_retrieval(0); src/LYMainLoop.c:4236: srcmode_for_next_retrieval(1); src/LYMainLoop.c:4380: srcmode_for_next_retrieval(-1); src/LYMainLoop.c:4385: srcmode_for_next_retrieval(1); src/LYMainLoop.c:4407: srcmode_for_next_retrieval(0); src/LYMainLoop.c:4447: srcmode_for_next_retrieval(1); src/LYMainLoop.c:4469: srcmode_for_next_retrieval(1); src/LYMainLoop.c:4472: srcmode_for_next_retrieval(0); src/LYOptions.c:3032: srcmode_for_next_retrieval(1); src/LYOptions.c:3039: srcmode_for_next_retrieval(0); src/LYOptions.c:3049: srcmode_for_next_retrieval(0); -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
