parent
ddc9e4e3cb
commit
8a367f2251
13
feedify.ini
13
feedify.ini
|
@ -27,6 +27,19 @@ item_title= .//h3//text()
|
|||
item_link= .//a/@href
|
||||
item_content= .//span[class=st]
|
||||
|
||||
[ddg.gg]
|
||||
mode=xpath
|
||||
path=
|
||||
http://duckduckgo.com/html/?q=*
|
||||
https://duckduckgo.com/html/?q=*
|
||||
|
||||
title= //head/title/text()
|
||||
items= //div[class=results_links][not(contains(@class,'sponsored'))]
|
||||
|
||||
item_title= .//a[class=large]//text()
|
||||
item_link= .//a[class=large]/@href
|
||||
item_content= .//div[class=snippet]
|
||||
|
||||
[facebook home]
|
||||
mode=json
|
||||
path=
|
||||
|
|
Loading…
Reference in New Issue