浏览代码

[enh] yahoo xpath engine added

asciimoo 11 年前
父节点
当前提交
c09d69bd2c
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8
    0
      engines.cfg_sample

+ 8
- 0
engines.cfg_sample 查看文件

@@ -47,6 +47,14 @@ engine = startpage
47 47
 engine = twitter
48 48
 categories = social media
49 49
 
50
+[yahoo]
51
+engine        = xpath
52
+search_url    = http://search.yahoo.com/search?p={query}
53
+results_xpath = //div[@class="res"]
54
+url_xpath     = .//span[@class="url"]//text()
55
+content_xpath = .//div[@class="abstr"]//text()
56
+title_xpath   = .//h3/a//text()
57
+
50 58
 [youtube]
51 59
 engine = youtube
52 60
 categories = videos