blob: db80a35f71277f98a8d637169a0e76ae3221f855 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# 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: //div[ @class='post' ]
# 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
|