diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2015-11-16 12:44:55 +0000 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2015-11-16 12:44:55 +0000 |
| commit | 4edad001eb3d42a0852eb0443c2aa03f3171727f (patch) | |
| tree | 2dfa8ecdddbbffb584c57217bdce9bbfbf7e4a21 | |
| parent | 89bb74abc79af4729e0faf173b7b64dc7a08bcf6 (diff) | |
| parent | 619b388350e7ef1bb0c841c09b652230afd66e05 (diff) | |
| download | ftr-site-config-4edad001eb3d42a0852eb0443c2aa03f3171727f.tar.gz ftr-site-config-4edad001eb3d42a0852eb0443c2aa03f3171727f.zip | |
Merge pull request #95 from j0k3r/patch-2
Update plus.google.com.txt
| -rw-r--r-- | plus.google.com.txt | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/plus.google.com.txt b/plus.google.com.txt index 4a7ea12..ea36f5b 100644 --- a/plus.google.com.txt +++ b/plus.google.com.txt @@ -1,10 +1,6 @@ -body: //div[@id='contentPane']//div[@class='vg'] -body: //div[@id='contentPane'] - -# Grab the author by finding the first profile pic, then backing up a node and getting the title of <a> tag which will be the author hopefully. Sorry can't test this due to parser errors, thanks google :( - -author: //div[@id='contentPane']//img[contains(@alt, 'profile photo')][1]/../@title +body: //div[contains(concat(' ',normalize-space(@class),' '),' Ig ')]//div//div[contains(concat(' ',normalize-space(@class),' '),' Ct ')] +author: //div[@id='contentPane']//h3//a[@rel="author"]/@content strip: //*[@title="People who +1'd this"]/../.. strip: //*[contains(@class, 'a-b-f-i-Hg-Uf')] @@ -14,4 +10,5 @@ strip: //*[@class='a-f-i-Ad'] tidy: no -test_url: http://plus.google.com/u/0/117840649766034848455/posts/FddaP6jeCqp
\ No newline at end of file +test_url: http://plus.google.com/u/0/117840649766034848455/posts/FddaP6jeCqp +test_url: https://plus.google.com/+googleplus/posts/d1XubVAZ5hV |
