09-13-2010, 12:15 PM
I tried the following..
But there are errors wich i dont understand, because i used QM help to build the code.
Function Friendfinder
But there are errors wich i dont understand, because i used QM help to build the code.
Function Friendfinder
str html
IntGetFile("http://www.youtube.com/results?search_query=handy&suggested_categories=28%2C24%2C1%2C23%2C26&page=2" html)
str videofromuser
str pattern="<a id="video-from-username(.*)>.*<\/\1>"
ARRAY(str) a
findrx (html pattern 0 4 a)
int i
for(i 0 a.len)
,out "submatch=%s, whole=%s" a[1 i] a[0 i]