diff options
Diffstat (limited to 'gigaom.com.txt')
| -rw-r--r-- | gigaom.com.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gigaom.com.txt b/gigaom.com.txt new file mode 100644 index 0000000..dd86f29 --- /dev/null +++ b/gigaom.com.txt @@ -0,0 +1,17 @@ +date: //meta[@name='DC.date.issued']/@content +date: //span[@class='post-meta the-date'] + +title: //meta[@property='og:title']/@content + +author: //meta[@name='DC.creator']/@content + +body: //div[contains(@class, 'post-sub-head') or starts-with(@id, 'post-content-')] + +find_string: id="content" +replace_string: id="content-ignore" + +strip_id_or_class: sharedaddy + +prune: no + +test_url: http://gigaom.com/2011/10/24/groupon-google-lawsuit/
\ No newline at end of file |
