diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-12-09 18:45:16 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-12-09 18:45:16 +0100 |
commit | 0d4a5a882ca747726a36dabd30be289061f3120d (patch) | |
tree | dd36b634d0e3677d439b5307d8c77df3da820aac /inc/3rdparty | |
parent | 33f04e5b653ecb446ae5ebb290074bb0fdd672b1 (diff) | |
parent | 086bf93f2b886592d13c9d9105ddcfd179797ee0 (diff) | |
download | wallabag-0d4a5a882ca747726a36dabd30be289061f3120d.tar.gz wallabag-0d4a5a882ca747726a36dabd30be289061f3120d.tar.zst wallabag-0d4a5a882ca747726a36dabd30be289061f3120d.zip |
Merge pull request #1530 from juanjobe/dev
Modified blog.cloudflare.com
Diffstat (limited to 'inc/3rdparty')
-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 | ||