aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/3rdparty/site_config/standard/uni-watch.com.txt
diff options
context:
space:
mode:
Diffstat (limited to 'inc/3rdparty/site_config/standard/uni-watch.com.txt')
-rw-r--r--inc/3rdparty/site_config/standard/uni-watch.com.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/inc/3rdparty/site_config/standard/uni-watch.com.txt b/inc/3rdparty/site_config/standard/uni-watch.com.txt
new file mode 100644
index 00000000..cbe87d19
--- /dev/null
+++ b/inc/3rdparty/site_config/standard/uni-watch.com.txt
@@ -0,0 +1,17 @@
1author: substring-before(substring-after(//div[@class='post-byline'], 'By '), ', on')
2date: substring-after(//div[@class='post-byline'], ', on')
3
4# for some reason, the following is producing a "no text [48]" error
5#title: //div[@class='post-headline']
6
7# for some reason, the following doesn't appear to isolate just the body copy
8body: //div[@class='post-bodycopy']
9
10# we solve the above issue by stripping out everything else we don't want
11# these can probably all be removed if the body: command above worked
12strip_id_or_class: reply
13strip_id_or_class: left
14strip_id_or_class: post-headline
15strip_id_or_class: post-byline
16strip_id_or_class: footer
17test_url: http://www.uni-watch.com/2011/10/18/the-curious-case-of-steve-debergs-microphone-and-speaker/ \ No newline at end of file