diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2015-12-10 21:06:00 +0000 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2015-12-10 21:06:00 +0000 |
| commit | b15721524bcff47bae71744b167824eb3545953d (patch) | |
| tree | 3a7ae73f44ae304425cbfa9006e6181b17013988 | |
| parent | f28cfda614df3539ffc446fd89393d9e2350fc34 (diff) | |
| parent | a7af7b4809100fac26be3e6f861936dc8ec10d45 (diff) | |
| download | ftr-site-config-b15721524bcff47bae71744b167824eb3545953d.tar.gz ftr-site-config-b15721524bcff47bae71744b167824eb3545953d.zip | |
Merge pull request #115 from juanjobe/master
Add letraslibres and lawfareblog
| -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 |
