From c78c1a3f08815aab99752026ccdf1dcf63cf43c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 19 Jan 2015 21:27:22 +0100 Subject: @fivefilters via composer --- .../site_config/standard/technologyreview.com.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 inc/3rdparty/site_config/standard/technologyreview.com.txt (limited to 'inc/3rdparty/site_config/standard/technologyreview.com.txt') diff --git a/inc/3rdparty/site_config/standard/technologyreview.com.txt b/inc/3rdparty/site_config/standard/technologyreview.com.txt deleted file mode 100755 index d405eb18..00000000 --- a/inc/3rdparty/site_config/standard/technologyreview.com.txt +++ /dev/null @@ -1,16 +0,0 @@ -title: //header[@class='article-meta']/h1 -title: substring-before(//title, '|') - -body: //section[contains(@class, 'body')] - -# Author & Date for News and Featured Stories -author: //ul[@class='byline']/li/a -author: substring-before(substring-after(//ul[@class='byline']/li, 'By '), ' on') -date: substring-after(//ul[@class='byline']/li, 'on ') - -# Author & Date for "Views" -author: //div[@class='view-byline']/div[@class='meta']/h2[1] -date: //div[@class='view-byline']/div[@class='meta']/h2[2] - -next_page_link: //section[@class='pagination']/a[contains(@class, 'continue')] -test_url: http://www.technologyreview.com/news/427567/facebooks-telescope-on-human-behavior/ \ No newline at end of file -- cgit v1.2.3