diff options
| author | Juanjo Benages <juanjo@benages.eu> | 2015-12-09 18:05:51 +0100 |
|---|---|---|
| committer | Juanjo Benages <juanjo@benages.eu> | 2015-12-09 18:05:51 +0100 |
| commit | a7af7b4809100fac26be3e6f861936dc8ec10d45 (patch) | |
| tree | 6de92925029de504d60e1b8dda5f123312d40e97 | |
| parent | da104ad838feb7d4cfdf12cb5e5f2e8b8aec578c (diff) | |
| download | ftr-site-config-a7af7b4809100fac26be3e6f861936dc8ec10d45.tar.gz ftr-site-config-a7af7b4809100fac26be3e6f861936dc8ec10d45.zip | |
Modified blog.cloudflare.com
| -rw-r--r-- | blog.cloudflare.com.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/blog.cloudflare.com.txt b/blog.cloudflare.com.txt index db80a35..2f9a5a2 100644 --- a/blog.cloudflare.com.txt +++ b/blog.cloudflare.com.txt @@ -1,9 +1,10 @@ # Instapaper gets this back to front and only gets the blog title instead of the article title. -title: substring-before(//title, '-') +title: //div[@class='title'] author: //a[ contains(@href, '/people') ] -body: //div[ @class='post' ] +body: //div[ @class='post-content' ] # Date is impossible to retrieve since they use those stupid "fuzzy" dates, inserted through javascript, at posterous. -test_url: http://blog.cloudflare.com/understanding-analytics-when-is-a-page-view-n
\ No newline at end of file +test_url: http://blog.cloudflare.com/understanding-analytics-when-is-a-page-view-n +test_url: https://blog.cloudflare.com/sha-1-deprecation-no-browser-left-behind |
