diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-05-29 00:03:09 -0700 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-05-29 00:03:09 -0700 |
| commit | 3bfd787fed6da7590b3fffb38443e11ffbca38f1 (patch) | |
| tree | afa7ce11fd6cf039d26c13bb2401b3bba992203c | |
| parent | 16b285a9ff9826b1243f4bf13a0b948ffa0887a0 (diff) | |
| parent | 4f3372570afff6530b752291a5215fefb1994212 (diff) | |
| download | ftr-site-config-3bfd787fed6da7590b3fffb38443e11ffbca38f1.tar.gz ftr-site-config-3bfd787fed6da7590b3fffb38443e11ffbca38f1.zip | |
Merge pull request #7 from timgws/patch-5
Update online.wsj.com.txt
| -rw-r--r-- | online.wsj.com.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/online.wsj.com.txt b/online.wsj.com.txt index d20d1d2..e0f91ac 100644 --- a/online.wsj.com.txt +++ b/online.wsj.com.txt @@ -2,7 +2,7 @@ title: //meta[@property="og:title"]/@content body: //div[@id='article_story_body'] author: //h3[@class='byline']/a -# for slid show content +# for slide show content body: //ul[@id='imageSlide']//li[@class='firstSlide']//img | (//div[@class='txt_body']//p)[1] date: //li[@class='dateStamp']/small @@ -14,10 +14,11 @@ strip_id_or_class: recipeACShopAndBuyText strip: //div[contains(@class, 'insetContent')]//cite strip: //*[contains(@style, 'visibility: hidden;')] strip: //div[contains(@class, 'insetContent') and not(contains(@class, 'image'))] +strip: //div[contains(@class, 'carousel')] prune: no tidy: no test_url: http://online.wsj.com/article/SB10001424052970203363504577185322849515102.html # slide show -test_url: http://online.wsj.com/article/SB10001424052970204791104577110550376458164.html
\ No newline at end of file +test_url: http://online.wsj.com/article/SB10001424052970204791104577110550376458164.html |
