diff options
author | Juanjo Benages <juanjo@benages.eu> | 2015-12-09 18:09:34 +0100 |
---|---|---|
committer | Juanjo Benages <juanjo@benages.eu> | 2015-12-09 18:09:34 +0100 |
commit | 086bf93f2b886592d13c9d9105ddcfd179797ee0 (patch) | |
tree | dd36b634d0e3677d439b5307d8c77df3da820aac | |
parent | d536b6d9b7d52cfeec45dae5cbfb9857218cc85d (diff) | |
download | wallabag-086bf93f2b886592d13c9d9105ddcfd179797ee0.tar.gz wallabag-086bf93f2b886592d13c9d9105ddcfd179797ee0.tar.zst wallabag-086bf93f2b886592d13c9d9105ddcfd179797ee0.zip |
Modified blog.cloudflare.com
-rwxr-xr-x | inc/3rdparty/site_config/standard/blog.cloudflare.com.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/inc/3rdparty/site_config/standard/blog.cloudflare.com.txt b/inc/3rdparty/site_config/standard/blog.cloudflare.com.txt index db80a35f..2f9a5a2f 100755 --- a/inc/3rdparty/site_config/standard/blog.cloudflare.com.txt +++ b/inc/3rdparty/site_config/standard/blog.cloudflare.com.txt | |||
@@ -1,9 +1,10 @@ | |||
1 | # Instapaper gets this back to front and only gets the blog title instead of the article title. | 1 | # Instapaper gets this back to front and only gets the blog title instead of the article title. |
2 | title: substring-before(//title, '-') | 2 | title: //div[@class='title'] |
3 | 3 | ||
4 | author: //a[ contains(@href, '/people') ] | 4 | author: //a[ contains(@href, '/people') ] |
5 | 5 | ||
6 | body: //div[ @class='post' ] | 6 | body: //div[ @class='post-content' ] |
7 | 7 | ||
8 | # Date is impossible to retrieve since they use those stupid "fuzzy" dates, inserted through javascript, at posterous. | 8 | # Date is impossible to retrieve since they use those stupid "fuzzy" dates, inserted through javascript, at posterous. |
9 | test_url: http://blog.cloudflare.com/understanding-analytics-when-is-a-page-view-n \ No newline at end of file | 9 | test_url: http://blog.cloudflare.com/understanding-analytics-when-is-a-page-view-n |
10 | test_url: https://blog.cloudflare.com/sha-1-deprecation-no-browser-left-behind | ||