From c31b0fd273e6cefe12944882582e6f7b9c17cea6 Mon Sep 17 00:00:00 2001 From: timgws Date: Wed, 29 May 2013 11:21:52 +1000 Subject: Create livescience.com.txt --- livescience.com.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 livescience.com.txt diff --git a/livescience.com.txt b/livescience.com.txt new file mode 100644 index 0000000..5275d34 --- /dev/null +++ b/livescience.com.txt @@ -0,0 +1,20 @@ +title: //div[@class="album_title"]//h1 +author: substring-before(//div[@class='by_line'], ',') +date: substring-after(substring-before(//div[@class="album_time"], ' Time'), 'Date: ') +body: //div[@class="about_text"] + +strip: //div[@class='large_popper'] +strip: //span[contains(@id, 'mag_glass')] +strip: //span[contains(@class, 'img_overlay')] +strip: //td//span +strip: //div[@class="center_adsense"] +strip: //div[@class="article_info"]//div[@class='asset_section'] +strip: //div[@class="article_additional"] +strip: //div[contains(@style, 'overflow:hidden')] +strip: //div[@class="aa_text"] +strip: //div[@id='nointelliTXT'] + +prune: no +autodetect_on_failure: no + +test_url: http://www.livescience.com/34569-why-flowers-close-at-night-nyctinasty.html -- cgit v1.3.1