From 4689fe341ca7c7231d0409526b9ee0f2eadde445 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 2 May 2015 15:45:17 +0200 Subject: update versions.cfg to use the current up-to-date packages --- searx/engines/yahoo.py | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'searx/engines/yahoo.py') 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 -- cgit v1.2.3