diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-02-27 23:43:10 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-02-27 23:43:10 +0100 |
| commit | 9a69161c8646f63b4d9fa17c6ac3ab922d625859 (patch) | |
| tree | 62a446347e1279f00383fdd7f9637cfd58a50879 /scientificamerican.com.txt | |
| download | ftr-site-config-9a69161c8646f63b4d9fa17c6ac3ab922d625859.tar.gz ftr-site-config-9a69161c8646f63b4d9fa17c6ac3ab922d625859.zip | |
Initial commit
Diffstat (limited to 'scientificamerican.com.txt')
| -rw-r--r-- | scientificamerican.com.txt | 25 |
1 files changed, 25 insertions, 0 deletions
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 |
