From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- thestranger.com.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 thestranger.com.txt (limited to 'thestranger.com.txt') diff --git a/thestranger.com.txt b/thestranger.com.txt new file mode 100644 index 0000000..6fcf4fd --- /dev/null +++ b/thestranger.com.txt @@ -0,0 +1,12 @@ +# savage* filtering is for Savage Love, such as: http://www.thestranger.com/seattle/SavageLove?oid=5135029 + +#other filtering are plain articles, such as: http://www.thestranger.com/seattle/the-stranger-election-control-board/Content?oid=5142885 + +title: //div[@id='savageColumn_head']/h1 +title: //h1[@class="headlineLarge"] + +strip: //div[@id='savage_right'] | //div[@id='savageColumn_head'] | //div[@id='savageArticleRight'] | //div[@id='articleRight'] | //div[@class='savAppBanner'] + +body: //div[@id='savageColumn'] +body: //div[@id='story_text'] +test_url: http://www.thestranger.com/seattle/SavageLove?oid=5135029 \ No newline at end of file -- cgit v1.3.1