[Surfraw-commits] [SCM] surfraw - a fast unix command line interface to WWW branch, 2.2.9_release_candidate, updated. surfraw_2-2-5_1-251-g27196c6

Jason Ryan jasonwryan at gmail.com
Thu Oct 25 01:36:19 UTC 2012


The following commit has been merged in the 2.2.9_release_candidate branch:
commit 27196c6a27247d454f6935cf1e8ec765777405a7
Author: Jason Ryan <jasonwryan at gmail.com>
Date:   Thu Oct 25 14:37:12 2012 +1300

    Bugmenot and f5 updated

diff --git a/elvi/f5 b/elvi/f5
index 1941b95..c6efbd8 100755
--- a/elvi/f5
+++ b/elvi/f5
@@ -41,16 +41,16 @@ test -z "$w3_args" || escaped_args=`w3_url_of_arg $w3_args`
 
 if ok SURFRAW_f5_dc; then
     if test -z "$escaped_args"; then
-        w3_browse_url "http://devcentral.f5.com"
+        w3_browse_url "https://devcentral.f5.com"
     else
-        w3_browse_url "http://devcentral.f5.com/Default.aspx?tabid=37&cx=015798286719081439686:g38hs-tdy64&cof=FORID:11i&q=${escaped_args}"
+        w3_browse_url "https://devcentral.f5.com/Default.aspx?tabid=37&cx=015798286719081439686:g38hs-tdy64&cof=FORID:11i&q=${escaped_args}"
     fi
     exit $?
 fi
 if test -z "$escaped_args"; then
     w3_browse_url "http://www.f5.com"
 else
-    w3_browse_url "http://search.f5.com/search?q=${escaped_args}&btnG=Search&entqr=0&ud=1&sort=date%3AD%3AL%3Ad1&output=xml_no_dtd&oe=UTF-8&ie=UTF-8&client=default_frontend&proxystylesheet=default_frontend"
+    w3_browse_url "http://www.f5.com/search?q=${escaped_args}"
 
 fi
 exit $?
diff --git a/test/bugmenot.test b/test/bugmenot.test
index f3965e6..ff70491 100644
--- a/test/bugmenot.test
+++ b/test/bugmenot.test
@@ -1,2 +1,2 @@
-bugmenot www.nytimes.com
-The New York Times
+bugmenot smh.com.au
+Account Details
diff --git a/test/f5.test b/test/f5.test
index c215e07..cd3315b 100644
--- a/test/f5.test
+++ b/test/f5.test
@@ -1,3 +1,2 @@
 f5 SNMP
 Simple Network Management Protocol
-

-- 
surfraw -  a fast unix command line interface to WWW



More information about the Surfraw-commits mailing list