diff options
| -rw-r--r-- | perthnow.com.au.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/perthnow.com.au.txt b/perthnow.com.au.txt deleted file mode 100644 index b0ce56c..0000000 --- a/perthnow.com.au.txt +++ /dev/null @@ -1,12 +0,0 @@ -#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 |
