aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/3rdparty/site_config/standard/appleinsider.com.txt
diff options
context:
space:
mode:
Diffstat (limited to 'inc/3rdparty/site_config/standard/appleinsider.com.txt')
-rwxr-xr-x[-rw-r--r--]inc/3rdparty/site_config/standard/appleinsider.com.txt34
1 files changed, 23 insertions, 11 deletions
diff --git a/inc/3rdparty/site_config/standard/appleinsider.com.txt b/inc/3rdparty/site_config/standard/appleinsider.com.txt
index 279fbce1..5ae1050b 100644..100755
--- a/inc/3rdparty/site_config/standard/appleinsider.com.txt
+++ b/inc/3rdparty/site_config/standard/appleinsider.com.txt
@@ -1,11 +1,23 @@
1title: //p[@class='title'] 1title: //h1[@class="art-head"]
2 2
3author: //p[text() = 'By ']/a/text() 3author: //p[contains(@class, 'byline')]/a
4strip: //p[text() = 'By '] 4#author: //p[text() = 'By ']/a/text()
5 5#strip: //p[text() = 'By ']
6body: //td[@class='bod'] 6
7strip_id_or_class: title 7date: //p[contains(@class, 'date-header')]
8strip_id_or_class: minor 8
9 9body: //div[@class="article"]
10strip_id_or_class: multipagefooter 10strip_id_or_class: lazy
11test_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 11#strip_id_or_class: minor
12strip_id_or_class: multipagefooter
13strip_id_or_class: date-header
14strip_id_or_class: byline
15
16find_string: <noscript>
17replace_string: <div>
18find_string: </noscript>
19replace_string: </div>
20
21test_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
22test_url: http://appleinsider.com/articles/13/10/03/goldee-companion-app-for-philips-hue-bulbs-offers-shifting-dynamic-light-scenes
23test_url: http://appleinsider.com/appleinsider.rss \ No newline at end of file