Just wondering if anyone has a copy of RipperWrapper? Mine doesn't seem to work and I know from reading that someone streamlined it earlier this year or late last year.

The problem I have is that when I request it load a page and then run the GetStringBetween function it returns nothing, so I'm theorising its not loading a page.... help?

Code:
strHTML = w.Request("GET", "http://www.neopets.com/", "http://www.google.com")
txt1.text = w.GetStringBetween(strHTML, "<html>", "</html>"