diff options
Diffstat (limited to 'twitter.com.txt')
| -rw-r--r-- | twitter.com.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/twitter.com.txt b/twitter.com.txt index 0e5b748..0a010a4 100644 --- a/twitter.com.txt +++ b/twitter.com.txt @@ -3,6 +3,12 @@ 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, 'TweetDetail-text')])[1] + +parser: html5php + prune: no tidy: no |
