From 4e067ceabd705201a16b4c92cf4b23f3b990326c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 13 Jul 2014 10:15:40 +0200 Subject: updated specific configuration for parsing --- .../site_config/standard/penny-arcade.com.txt | 44 +++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) mode change 100644 => 100755 inc/3rdparty/site_config/standard/penny-arcade.com.txt (limited to 'inc/3rdparty/site_config/standard/penny-arcade.com.txt') diff --git a/inc/3rdparty/site_config/standard/penny-arcade.com.txt b/inc/3rdparty/site_config/standard/penny-arcade.com.txt old mode 100644 new mode 100755 index f97615f1..a0d5099e --- a/inc/3rdparty/site_config/standard/penny-arcade.com.txt +++ b/inc/3rdparty/site_config/standard/penny-arcade.com.txt @@ -1,23 +1,23 @@ -# 2012-01-14 carlo@... - fixed title, body; added author, date - -title: //div[@class="title"]/h2/a -# body: //div[@class="post"] -# author: //p[@class="iconEmail"]/a -# date: //p[@class="iconDate"] - -# 1/24/2013 yosoyju - fixed author, date, and body, added support for PA Report - -# Penny Arcade - -author: //li[@class="iconEmail"]/a -date: //li[@class="iconDate"] -body: //div[@class="body"] - -# PA Report - -author: //div[@class="meta"]/p/a -date: substring-after(//div[@class="meta"]/p, '/ ') -title: substring-after(//title, '- ') - -test_url: http://penny-arcade.com/2012/01/13/i-put-some-news-in-your-news +# 2012-01-14 carlo@... - fixed title, body; added author, date + +title: //div[@class="title"]/h2/a +# body: //div[@class="post"] +# author: //p[@class="iconEmail"]/a +# date: //p[@class="iconDate"] + +# 1/24/2013 yosoyju - fixed author, date, and body, added support for PA Report + +# Penny Arcade + +author: //li[@class="iconEmail"]/a +date: //li[@class="iconDate"] +body: //div[@class="body"] + +# PA Report + +author: //div[@class="meta"]/p/a +date: substring-after(//div[@class="meta"]/p, '/ ') +title: substring-after(//title, '- ') + +test_url: http://penny-arcade.com/2012/01/13/i-put-some-news-in-your-news test_url: http://penny-arcade.com/report/editorial-article/the-dystopian-future-of-casual-games-personalized-targeted-pricing-and-mech \ No newline at end of file -- cgit v1.2.3