Add google support in feedify

master
pictuga 2013-10-01 20:19:17 +02:00
parent 685bc7988e
commit 60fb90eb01
1 changed files with 12 additions and 0 deletions

View File

@ -9,3 +9,15 @@ items= //div[class=tweet]
item_title= .//span[class=username]//text()
item_link= .//a[class=details]/@href
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]