I have started to try to make a def file for Freefall.
(Low Karma prevents me from posting links. (so I have tried to redact thatm.
freefall purrsia com
The def I came up with"
comic "Freefall"
start_at "http___freefall_purrsia_com_ff100_fv00001_htm"
for page in visit("""<a href='(?<content>[^']*?)'>Next</a>"""):
download("""<img src='(?<content>[^']*?)' """)
Mesage from Woofy
[12:39:23 PM][freefall visit] starting at http___freefall_purrsia_com_ff100_fv00001_htm
[12:39:23 PM][freefall download] WARNING: no strips found.
[12:39:23 PM][freefall visit] found 0 links
** Free Fall Source **
<HTML> <HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Mark Stanley">
<META NAME="GENERATOR" CONTENT="Freefall, Comic, Science Fiction">
<TITLE>Freefall 00001</TITLE>
</HEAD> <BODY>
<BODY BACKGROUND="/bkgd.gif"> <!- April 9, 1998 ->
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<FONT SIZE=+2>Freefall</FONT> <BR>
<IMG SRC="fv00001.gif" HEIGHT=242 WIDTH=768>
<BR>
<A HREF="/ffdex.htm">Index</A> |
<A HREF="fv00002.htm">Next</A>
</BODY> </HTML>
** Request **
I would like a working DEF file, but I would also like to understand what mistakes I made so that I can hopefully create def files correctly in the future.
Thanks in advance for your help and guidance.
Synapse001