summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thestandard.com.hk.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/thestandard.com.hk.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/thestandard.com.hk.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thestandard.com.hk.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thestandard.com.hk.php
index d43db2c81..31ea09623 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thestandard.com.hk.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thestandard.com.hk.php
@@ -4,7 +4,9 @@ return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.thestandard.com.hk/breaking_news_detail.asp?id=67156',
- 'body' => '//div[contains(@class,"storyBody")]',
+ 'body' => array(
+ '//table/tr/td/span[@class="bodyCopy"]',
+ ),
'strip' => array(
'//script',
'//br',