diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-05-29 00:04:58 -0700 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-05-29 00:04:58 -0700 |
| commit | 6145162e4fca1c0b944e5ac67cecbdc18c57a9b8 (patch) | |
| tree | fde0ccd7154c169ccd9b457e022ea5bad9f0df40 /newswise.com.txt | |
| parent | 16be41b4125a167e9d16aec61b7f31237dc49c8c (diff) | |
| parent | 33e2ad374ad047a42d1a8e01b13b03396933d561 (diff) | |
| download | ftr-site-config-6145162e4fca1c0b944e5ac67cecbdc18c57a9b8.tar.gz ftr-site-config-6145162e4fca1c0b944e5ac67cecbdc18c57a9b8.zip | |
Merge pull request #9 from timgws/master
Five more new filters
Diffstat (limited to 'newswise.com.txt')
| -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 |
