> The article is at: > "The Next Ages of Game Development" > http://avault.com/developer/getarticle.asp?name=bsawyer1 > > and each page is linked thus: > http://avault.com/developer/getarticle.asp?name=bsawyer1&page=2 > http://avault.com/developer/getarticle.asp?name=bsawyer1&page=3
I don't know how the Python code in question works, but could it be that it's not expanding relative links before filtering with the regexp? <a href="getarticle.asp?name=bsawyer1&page=2"> Does it work if you change your regexp to ".*getarticle.asp?name=bsawyer1.*" ? > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Ian Swainson > Sent: Tuesday, October 01, 2002 4:33 AM > To: [EMAIL PROTECTED] > Subject: Spidering Help _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

