From: Jon B. <jon...@gm...> - 2009-05-16 03:29:01
|
On May 15, 2009, at 4:51 PM, Chris Jenks wrote: > > Dear Jon, > > I thought I might have escaped further problems, but yesterday I > found > that my messages had ceased downloading, with the notorious "Error 3, > retrying" problem. I don't know which version of fetchyahoo you're > using, > because the code you posted differs from what I have in the current > (2.13.3) version of fetchyahoo. Like I said, I was playing around with debug code, and screwed up the line numbers. So my 1149 is your 1140. :) > > > Putting the class in quotes has already been done in the latest > version, > but removing the second title hadn't been done: > > $tmpPage =~ s/<tr > class="(msgnew|msgold)".*?name="mid".*?value="([^"]+)".*?href="(.*? > mid=)([^&]*).*?td > title="([^"]*)".*?<td.*?>(.*?)<\/td><td>(.*?)<\/td><\/tr>//ms) > > After these fixes fetchyahoo was able to download again. > > Thanks! > Awesome! Glad to help. Possibly I removed the quotes and put them back in later while I was playing around. I think I was about halfway into it before it occurred to me to make a backup. jon |