diff options
| -rw-r--r-- | newswise.com.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/newswise.com.txt b/newswise.com.txt new file mode 100644 index 0000000..10120ea --- /dev/null +++ b/newswise.com.txt @@ -0,0 +1,17 @@ +prune: no +tidy: no + +title: //h1/a[2] +body: //div[@id="main"] +author: //span[@id="articlesource"] +date: //span[contains(@class, 'releasedate')] + +strip: //div[@class="inst-logo"] +strip: //h1[1] + +strip_id_or_class: addthis +strip_id_or_class: released +strip_id_or_class: skiptranslate +strip_id_or_class: flash + +test_url: http://www.newswise.com/articles/first-heat-wave-of-season-puts-elderly-at-risk |
