diff options
| author | timgws <tim@timg.ws> | 2013-05-29 10:49:54 +1000 |
|---|---|---|
| committer | timgws <tim@timg.ws> | 2013-05-29 10:49:54 +1000 |
| commit | 4f3372570afff6530b752291a5215fefb1994212 (patch) | |
| tree | b69bd20a47093e3c398e97a5c2213737437d99ab | |
| parent | d7f33afb4159932270d43de163257dcf8df438d3 (diff) | |
| download | ftr-site-config-4f3372570afff6530b752291a5215fefb1994212.tar.gz ftr-site-config-4f3372570afff6530b752291a5215fefb1994212.zip | |
Update online.wsj.com.txt
Remove the carousel from image galeries.
| -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 |
