lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev making lynx traversal crawl download html, not text


From: Thomas Dickey
Subject: Re: lynx-dev making lynx traversal crawl download html, not text
Date: Fri, 22 Mar 2002 19:44:56 -0500
User-agent: Mutt/1.2.5i

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 <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]