From c09d69bd2c2f0f8d37c03f94a2e6a97636fedba1 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Sat, 26 Oct 2013 02:24:10 +0200 Subject: [PATCH] [enh] yahoo xpath engine added --- engines.cfg_sample | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/engines.cfg_sample b/engines.cfg_sample index aa9a7b8..c68147d 100644 --- a/engines.cfg_sample +++ b/engines.cfg_sample @@ -47,6 +47,14 @@ engine = startpage engine = twitter categories = social media +[yahoo] +engine = xpath +search_url = http://search.yahoo.com/search?p={query} +results_xpath = //div[@class="res"] +url_xpath = .//span[@class="url"]//text() +content_xpath = .//div[@class="abstr"]//text() +title_xpath = .//h3/a//text() + [youtube] engine = youtube categories = videos