diff options
Diffstat (limited to 'perthnow.com.au.txt')
| -rw-r--r-- | perthnow.com.au.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/perthnow.com.au.txt b/perthnow.com.au.txt new file mode 100644 index 0000000..b0ce56c --- /dev/null +++ b/perthnow.com.au.txt @@ -0,0 +1,12 @@ +#body: //div[@class='story-body'] +body: //div[contains(@class, 'story-body')] +title: //div[@class='story-headline']//h1 +author: //cite[contains(@class, 'author')] +date: //span[@class='datestamp'] + +strip_id_or_class: story-info +strip: //div[contains(@class, 'story-promo')] +strip: //div[contains(@class, 'story-related')] + +prune: no +tidy: no |
