2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -1,2 +1,4 @@
|
|||
Create a class for searching Yahoo! results.
|
||||
|
||||
It must implement a '''Next Page''' method, and read URL, Title and Content from results.
|
||||
<br><br>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
@(or)
|
||||
@ (throw error "specify query and page# (from zero)")
|
||||
@(end)
|
||||
@(next `!wget -O - http://search.yahoo.com/search?p=@QUERY\&b=@{PAGE}1 2> /dev/null`)
|
||||
@(next (open-command "!wget -O - http://search.yahoo.com/search?p=@QUERY\&b=@{PAGE}1 2> /dev/null"))
|
||||
@(all)
|
||||
@ (coll)<a class="yschttl spt" href="@URL" @/[^>]+/>@TITLE</a>@(end)
|
||||
@(and)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue