summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFiveFilters.org <fivefilters@fivefilters.org>2013-10-03 23:24:32 +0200
committerFiveFilters.org <fivefilters@fivefilters.org>2013-10-03 23:24:32 +0200
commitbbdfc55c73c2b2f345e3432aab8aa39214c65f7f (patch)
treea3500c4f2494bb5ff31f9d590e508a0f089f9f9f
parentd478a5f8e70e6f89d9b1eab505c5177a87bc553e (diff)
downloadftr-site-config-bbdfc55c73c2b2f345e3432aab8aa39214c65f7f.tar.gz
ftr-site-config-bbdfc55c73c2b2f345e3432aab8aa39214c65f7f.zip
appleinsider.com
-rw-r--r--appleinsider.com.txt26
1 files changed, 19 insertions, 7 deletions
diff --git a/appleinsider.com.txt b/appleinsider.com.txt
index a573dfb..5ae1050 100644
--- a/appleinsider.com.txt
+++ b/appleinsider.com.txt
@@ -1,11 +1,23 @@
-title: //p[@class='title']
+title: //h1[@class="art-head"]
-author: //p[text() = 'By ']/a/text()
-strip: //p[text() = 'By ']
+author: //p[contains(@class, 'byline')]/a
+#author: //p[text() = 'By ']/a/text()
+#strip: //p[text() = 'By ']
-body: //td[@class='bod']
-strip_id_or_class: title
-strip_id_or_class: minor
+date: //p[contains(@class, 'date-header')]
+body: //div[@class="article"]
+strip_id_or_class: lazy
+#strip_id_or_class: minor
strip_id_or_class: multipagefooter
-test_url: http://www.appleinsider.com/articles/12/02/29/inside_os_x_108_mountain_lion_safari_52_gets_a_simplified_user_interface_with_new_sharing_features.html \ No newline at end of file
+strip_id_or_class: date-header
+strip_id_or_class: byline
+
+find_string: <noscript>
+replace_string: <div>
+find_string: </noscript>
+replace_string: </div>
+
+test_url: http://www.appleinsider.com/articles/12/02/29/inside_os_x_108_mountain_lion_safari_52_gets_a_simplified_user_interface_with_new_sharing_features.html
+test_url: http://appleinsider.com/articles/13/10/03/goldee-companion-app-for-philips-hue-bulbs-offers-shifting-dynamic-light-scenes
+test_url: http://appleinsider.com/appleinsider.rss \ No newline at end of file