From 4f3372570afff6530b752291a5215fefb1994212 Mon Sep 17 00:00:00 2001 From: timgws Date: Wed, 29 May 2013 10:49:54 +1000 Subject: Update online.wsj.com.txt Remove the carousel from image galeries. --- online.wsj.com.txt | 5 +++-- 1 file 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 -- cgit v1.3.1