diff options
| -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 |
