Fix Twitter

They changed the html structure of the profile pages
master
pictuga 2014-11-09 15:00:38 +01:00
parent 5eefe2c916
commit 607df4b123
1 changed files with 3 additions and 3 deletions

View File

@ -7,11 +7,11 @@ path =
https://www.twitter.com/*
title = //head/title/text()
items = //div[class=tweet]
items = //div[class=js-tweet]|//div[class=tweet]
item_title = ./@data-name " (@" ./@data-screen-name ")"
item_link = .//a[class=details]/@href
item_content = .//p[class=tweet-text]
item_link = .//a[class=js-permalink]/@href
item_content = .//p[class=js-tweet-text]
item_time = .//span/@data-time
[google]