blob: 9b7cf25c3eb0d65328969c699267491f369221d3 (
plain) (
tree)
|
|
# Instapaper gets this back to front and only gets the blog title instead of the article title.
title: substring-before(//title, '-')
author: //a[ contains(@href, '/people') ]
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
|