]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/yahoo/yahoo.factor
http.client: remove http-get* and its friends, change http-request* and with-http...
[factor.git] / extra / yahoo / yahoo.factor
index 9a7ab253907f06b38ffdbc284d64f2774b807b10..7800095330c6fc4a0ea4613862827c6c0b3f73e2 100644 (file)
@@ -57,4 +57,4 @@ CONSTANT: factor-id "fRrVAKzV34GDyeRw6bUHDhEWHRedwfOC7e61wwXZLgGF80E67spxdQXuugB
         swap >>query ;
 
 : yahoo-search ( search -- seq )
-    query http-get* string>xml parse-yahoo ;
+    query http-get nip string>xml parse-yahoo ;