summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/ap.org.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/ap.org.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/ap.org.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/ap.org.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/ap.org.php
new file mode 100644
index 000000000..1717ad5b4
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/ap.org.php
@@ -0,0 +1,13 @@
+<?php
+return array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://hosted.ap.org/dynamic/stories/A/AS_CHINA_GAO_ZHISHENG?SITE=AP&SECTION=HOME&TEMPLATE=DEFAULT',
+ 'body' => array(
+ '//img[@class="ap-smallphoto-img"]',
+ '//span[@class="entry-content"]',
+ ),
+ 'strip' => array(),
+ )
+ )
+);