Jump to content

Yahoo! search interface: Difference between revisions

m
(+ AutoHotkey)
Line 14:
start := ((page - 1) * 10) + 1
filedelete, search.txt
urldownloadtofile, % "http://search.yahoo.com/search?p=%" . query
. "&b=%" . start, search.txt
fileread, content, search.txt
reg = <a class="yschttl spt" href=".+?" >(.+?)</a></h3></div><div class="abstr">(.+?)</div><span class=url>(.+?)</span>
Line 41:
}
</lang>
 
=={{header|C sharp|C#}}==
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.