From a247cc5261ff838383f76ffcd44a420caea75f70 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Wed, 1 Feb 2017 23:15:06 +0100 Subject: Some fixes (#250) * Fix LF / CRLF * Fix some typos --- oxfordamerican.com.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'oxfordamerican.com.txt') diff --git a/oxfordamerican.com.txt b/oxfordamerican.com.txt index 21ef35e..430c9d3 100644 --- a/oxfordamerican.com.txt +++ b/oxfordamerican.com.txt @@ -1,9 +1,9 @@ -# Generated by FiveFilters.org's web-based selection tool -# Place this file inside your site_config/custom/ folder - -title: //h2[contains(concat(' ',normalize-space(@class),' '),' itemTitle ')] -body: //div[contains(concat(' ',normalize-space(@class),' '),' itemFullText ')] -author: //span[contains(concat(' ',normalize-space(@class),' '),' itemAuthor ')] -date: //span[contains(concat(' ',normalize-space(@class),' '),' itemDateCreated ')] - -test_url: http://www.oxfordamerican.org/magazine/item/1066-sweet-bitter-blues +# Generated by FiveFilters.org's web-based selection tool +# Place this file inside your site_config/custom/ folder + +title: //h2[contains(concat(' ',normalize-space(@class),' '),' itemTitle ')] +body: //div[contains(concat(' ',normalize-space(@class),' '),' itemFullText ')] +author: //span[contains(concat(' ',normalize-space(@class),' '),' itemAuthor ')] +date: //span[contains(concat(' ',normalize-space(@class),' '),' itemDateCreated ')] + +test_url: http://www.oxfordamerican.org/magazine/item/1066-sweet-bitter-blues -- cgit v1.3.1