mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-08 15:02:23 +00:00
fix #1224
This commit is contained in:
parent
a7be947095
commit
fdffaca96a
1 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,11 @@ title: substring-before(//title, '-')
|
|||
|
||||
author: //a[ contains(@href, '/people') ]
|
||||
|
||||
body: //div[ @class='post' ]
|
||||
body: //article[contains(concat(' ',normalize-space(@class),' '),' post ')]
|
||||
|
||||
strip_id_or_class: section learn-more
|
||||
strip_id_or_class: section comments
|
||||
strip_id_or_class: disqus_thread
|
||||
|
||||
# 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
|
||||
test_url: http://blog.cloudflare.com/understanding-analytics-when-is-a-page-view-n
|
||||
|
|
Loading…
Reference in a new issue