[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev making lynx traversal crawl download html, not text
From: |
Bob |
Subject: |
Re: lynx-dev making lynx traversal crawl download html, not text |
Date: |
Fri, 22 Mar 2002 20:38:01 -0500 |
Thomas Dickey wrote:
> 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:
So, in one of those places where the call is made with parameter
(0) or (-1) it might be nice if that was in a process under -traversal
or -crawl. Then I would put (1) there instead. I'll start looking at--
src/LYMainLoop.c:3819: srcmode_for_next_retrieval(0);
src/LYMainLoop.c:4380: srcmode_for_next_retrieval(-1);
src/LYMainLoop.c:4407: srcmode_for_next_retrieval(0);
src/LYMainLoop.c:4472: srcmode_for_next_retrieval(0);
src/LYOptions.c:3039: srcmode_for_next_retrieval(0);
src/LYOptions.c:3049: srcmode_for_next_retrieval(0);
-Bob
> 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
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden