From 607df4b12325cc6217f65d008f23b699513a742c Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 9 Nov 2014 15:00:38 +0100 Subject: [PATCH] Fix Twitter They changed the html structure of the profile pages --- morss/feedify.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/morss/feedify.ini b/morss/feedify.ini index 8769a54..068e047 100644 --- a/morss/feedify.ini +++ b/morss/feedify.ini @@ -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]