From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- scientificamerican.com.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 scientificamerican.com.txt (limited to 'scientificamerican.com.txt') diff --git a/scientificamerican.com.txt b/scientificamerican.com.txt new file mode 100644 index 0000000..1b3f31c --- /dev/null +++ b/scientificamerican.com.txt @@ -0,0 +1,25 @@ +# +# After site revisions at SciAm, this configuration does +# not work, especially for multi-page articles. For +# every article there is now a "Print" link which +# is far more reliable. So this configuration should be +# removed or disabled. +# 2/3/13 +# + +# meta data +title://h1[@class = 'articleTitle'] +author:substring-after(//span[@class = 'byline'],'By ') +date:substring-before(//span[@class = 'datestamp'],'|') + +#body content +body://div[@id = 'articleContent'] +#next_page_link://li[@id = 'flairPagination']/a[last()] + +single_page_link: //a[contains(@href, 'print=true')] + +#cleanup +strip://div[@class = 'fsgBooks'] + +test_url: http://www.scientificamerican.com/article.cfm?id=do-brain-scans-comatose-patients-reveal-conscious-state +test_url: http://www.scientificamerican.com/article.cfm?id=solar-wind-transforms-venus-into-shape-of-comet \ No newline at end of file -- cgit v1.3.1