diff options
Diffstat (limited to 'mobileopportunity.blogspot.com.txt')
| -rw-r--r-- | mobileopportunity.blogspot.com.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mobileopportunity.blogspot.com.txt b/mobileopportunity.blogspot.com.txt new file mode 100644 index 0000000..82da4ae --- /dev/null +++ b/mobileopportunity.blogspot.com.txt @@ -0,0 +1,11 @@ +body: //div[@class='post uncustomized-post-template'] + +# remove duplicate of post title, which is a link +strip: //h3[@class='post-title'] + +# remove permalink and timestamp, which isn't useful as it's a time with no date +strip: //span[@class='post-timestamp'] + +# remove labels (tags) +strip: //span[@class='post-labels'] +test_url: http://mobileopportunity.blogspot.com/2010/12/rims-q3-financials-tale-of-two.html
\ No newline at end of file |
