diff options
author | Alexandre Flament <alex@al-f.net> | 2015-05-02 15:45:17 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2015-05-02 15:45:17 +0200 |
commit | 4689fe341ca7c7231d0409526b9ee0f2eadde445 (patch) | |
tree | 12d51f3471b2dfd448768cb8e540ee4668869453 /searx/engines/yahoo.py | |
parent | bbd83f5a519381ac7ea690a1645258d106a9ba8a (diff) | |
download | searxng-4689fe341ca7c7231d0409526b9ee0f2eadde445.tar.gz searxng-4689fe341ca7c7231d0409526b9ee0f2eadde445.zip |
update versions.cfg to use the current up-to-date packages
Diffstat (limited to 'searx/engines/yahoo.py')
-rw-r--r-- | searx/engines/yahoo.py | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/searx/engines/yahoo.py b/searx/engines/yahoo.py index 11663a415..769e7e47f 100644 --- a/searx/engines/yahoo.py +++ b/searx/engines/yahoo.py @@ -1,13 +1,15 @@ -## Yahoo (Web) -# -# @website https://search.yahoo.com/web -# @provide-api yes (https://developer.yahoo.com/boss/search/), -# $0.80/1000 queries -# -# @using-api no (because pricing) -# @results HTML (using search portal) -# @stable no (HTML can change) -# @parse url, title, content, suggestion +""" + Yahoo (Web) + + @website https://search.yahoo.com/web + @provide-api yes (https://developer.yahoo.com/boss/search/), + $0.80/1000 queries + + @using-api no (because pricing) + @results HTML (using search portal) + @stable no (HTML can change) + @parse url, title, content, suggestion +""" from urllib import urlencode from urlparse import unquote |