diff options
| -rw-r--r-- | blog.cloudflare.com.txt | 7 | ||||
| -rw-r--r-- | lawfareblog.com.txt | 4 | ||||
| -rw-r--r-- | letraslibres.com.txt | 3 |
3 files changed, 11 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 diff --git a/lawfareblog.com.txt b/lawfareblog.com.txt new file mode 100644 index 0000000..49d858a --- /dev/null +++ b/lawfareblog.com.txt @@ -0,0 +1,4 @@ +body: //div[@class='field-items'] +title: //div[@class='title'] + +test_url: https://lawfareblog.com/limits-panopticon diff --git a/letraslibres.com.txt b/letraslibres.com.txt new file mode 100644 index 0000000..cf271bc --- /dev/null +++ b/letraslibres.com.txt @@ -0,0 +1,3 @@ +single_page_link: concat(link[@rel="canonical"], "?page=full") + +test_url: http://www.letraslibres.com/revista/dossier/quien-manda-en-europa |
