summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uni-watch.com.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/uni-watch.com.txt b/uni-watch.com.txt
index 4a5ae34..03b281a 100644
--- a/uni-watch.com.txt
+++ b/uni-watch.com.txt
@@ -4,8 +4,7 @@ date: substring-after(//div[@class='post-byline'], ', on')
# for some reason, the following is producing a "no text [48]" error
#title: //div[@class='post-headline']
-# for some reason, the following doesn't appear to isolate just the body copy
-body: //div[@class='post-bodycopy']
+body: //div[contains(@class, 'post-bodycopy')]
# we solve the above issue by stripping out everything else we don't want
# these can probably all be removed if the body: command above worked
@@ -14,4 +13,4 @@ strip_id_or_class: left
strip_id_or_class: post-headline
strip_id_or_class: post-byline
strip_id_or_class: footer
-test_url: http://www.uni-watch.com/2011/10/18/the-curious-case-of-steve-debergs-microphone-and-speaker/ \ No newline at end of file
+test_url: http://www.uni-watch.com/2011/10/18/the-curious-case-of-steve-debergs-microphone-and-speaker/