Fix duckduckgo layout in .ini
parent
ecabbc0175
commit
e991d356f4
|
@ -30,8 +30,8 @@ item_content = .//span[class=st]
|
||||||
[ddg.gg]
|
[ddg.gg]
|
||||||
mode = xpath
|
mode = xpath
|
||||||
path =
|
path =
|
||||||
http://duckduckgo.com/html/?q=*
|
http://duckduckgo.com/html/?q=*
|
||||||
https://duckduckgo.com/html/?q=*
|
https://duckduckgo.com/html/?q=*
|
||||||
|
|
||||||
title = //head/title/text()
|
title = //head/title/text()
|
||||||
items = //div[class=results_links][not(contains(@class,'sponsored'))]
|
items = //div[class=results_links][not(contains(@class,'sponsored'))]
|
||||||
|
|
Loading…
Reference in New Issue