diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2016-01-11 17:48:51 +0000 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2016-01-11 17:48:51 +0000 |
| commit | 875724b50c562814333d8662fe00d0fac48a9a3a (patch) | |
| tree | 0b9f4bf516e9edec82dc8bee28799fab9b41627a | |
| parent | 13df76ac20077160c3a1d3177b38eb8cbdec7261 (diff) | |
| download | ftr-site-config-875724b50c562814333d8662fe00d0fac48a9a3a.tar.gz ftr-site-config-875724b50c562814333d8662fe00d0fac48a9a3a.zip | |
Update twitter.com.txt
| -rw-r--r-- | twitter.com.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
