From 875724b50c562814333d8662fe00d0fac48a9a3a Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Mon, 11 Jan 2016 17:48:51 +0000 Subject: Update twitter.com.txt --- twitter.com.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/twitter.com.txt b/twitter.com.txt index 0e5b748..2767ca5 100644 --- a/twitter.com.txt +++ b/twitter.com.txt @@ -3,6 +3,10 @@ body: (//p[contains(@class, 'js-tweet-text')])[1] author: (//strong[contains(@class, 'fullname')])[1] date: //span[contains(@class, 'js-short-timestamp')]/@data-time +# mobile site (automatic redirect - noscript meta refresh) +author: (//div[contains(@class, 'fullname')])[1] +body: (//div[contains(@class, 'tweet-text')])[1] + prune: no tidy: no -- cgit v1.3.1