From 622ded58b7cd5bb10f86981791fd6ed5e5d2bcc8 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Fri, 28 Mar 2014 16:20:15 +0100 Subject: nytimes.com, food.com --- food.com.txt | 11 +++++++++++ nytimes.com.txt | 5 ++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 food.com.txt diff --git a/food.com.txt b/food.com.txt new file mode 100644 index 0000000..a70da76 --- /dev/null +++ b/food.com.txt @@ -0,0 +1,11 @@ +body: //div[@id='print-area'] +title: //h1[contains(@class, 'section-title')] +single_page_link: //a[@id='prntrec'] +strip_image_src: food-logo-small +strip_id_or_class: timer +strip_id_or_class: photo-sm +strip_id_or_class: page-header + +prune: no + +test_url: http://www.food.com/recipe/couldnt-be-easier-bbq-pork-tenderloin-crock-pot-317152 \ No newline at end of file diff --git a/nytimes.com.txt b/nytimes.com.txt index bcba93f..5712b64 100644 --- a/nytimes.com.txt +++ b/nytimes.com.txt @@ -1,5 +1,6 @@ title://h1[@class="articleHeadline"] body://div[@id="article"] +body://*[@itemprop="articleBody"] strip_id_or_class:articleTools strip_id_or_class:readerscomment #strip://div[contains(@class, "articleInline runaroundLeft")] @@ -32,6 +33,7 @@ replace_string: date: substring-after(//*[contains(@class, 'dateline')], 'Published:') single_page_link: //link[contains(@href, 'pagewanted=all')] +single_page_link: concat(substring-before(//div[@id='pageLinks']//a[contains(@href, 'pagewanted=')]/@href, 'pagewanted='), 'pagewanted=all') #single_page_link: //a[contains(@href, 'pagewanted=all') and not(contains(@href, 'login'))] strip://ul[@id = 'toolsList'] @@ -41,4 +43,5 @@ author:substring-after(//h6[@class='byline'],'By ') test_url: http://www.nytimes.com/2011/07/24/books/review/an-academic-authors-unintentional-masterpiece.html test_url: http://www.nytimes.com/2012/06/10/arts/television/the-newsroom-aaron-sorkins-return-to-tv.html test_url: http://www.nytimes.com/2013/03/25/world/middleeast/israeli-military-responds-after-patrols-come-under-fire-from-syria.html -test_url: http://www.nytimes.com/2013/08/15/nyregion/when-the-new-york-city-subway-ran-without-rails.html \ No newline at end of file +test_url: http://www.nytimes.com/2013/08/15/nyregion/when-the-new-york-city-subway-ran-without-rails.html +test_url: http://www.nytimes.com/2004/02/29/weekinreview/correspondence-class-consciousness-china-s-wealthy-live-creed-hobbes-darwin-meet.html \ No newline at end of file -- cgit v1.3.1