diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2017-09-19 18:59:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-19 18:59:03 +0200 |
| commit | a779be369c4ef490c30042152a0e8205cfae3a7b (patch) | |
| tree | 57f70893845b9877415811e30318ee88b125bd4c | |
| parent | 8170b8b653142e80e58b4884bc7de341d6338a74 (diff) | |
| download | ftr-site-config-a779be369c4ef490c30042152a0e8205cfae3a7b.tar.gz ftr-site-config-a779be369c4ef490c30042152a0e8205cfae3a7b.zip | |
Update uni-watch.com.txt
| -rw-r--r-- | uni-watch.com.txt | 5 |
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/ |
