Add google support in feedify
parent
685bc7988e
commit
60fb90eb01
12
feedify.ini
12
feedify.ini
|
@ -9,3 +9,15 @@ items= //div[class=tweet]
|
||||||
item_title= .//span[class=username]//text()
|
item_title= .//span[class=username]//text()
|
||||||
item_link= .//a[class=details]/@href
|
item_link= .//a[class=details]/@href
|
||||||
item_content= .//p[class=tweet-text]
|
item_content= .//p[class=tweet-text]
|
||||||
|
|
||||||
|
[google]
|
||||||
|
path=
|
||||||
|
http://www.google.com/search?q=*
|
||||||
|
https://www.google.com/search?q=*
|
||||||
|
|
||||||
|
title= //head/title/text()
|
||||||
|
items= //li[class=g]
|
||||||
|
|
||||||
|
item_title= .//h3//text()
|
||||||
|
item_link= .//a/@href
|
||||||
|
item_content= .//span[class=st]
|
||||||
|
|
Loading…
Reference in New Issue