summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/sitepoint.com.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-09 11:44:09 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-09 11:44:09 +0100
commitb9e330109b58fac55c3728dd3c543552fcabd353 (patch)
tree93d386ca453b4b90f517018eb63a4b64df22e8ba /vendor/fguillot/picofeed/lib/PicoFeed/Rules/sitepoint.com.php
parente5d18a22c3c15acf61f97da4965a551b83df05cb (diff)
update picofeed to 0.1.0
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/sitepoint.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/sitepoint.com.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/sitepoint.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/sitepoint.com.php
new file mode 100644
index 000000000..8f3f58828
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/sitepoint.com.php
@@ -0,0 +1,9 @@
+<?php
+return array(
+ 'test_url' => 'http://www.sitepoint.com/creating-hello-world-app-swift/',
+ 'body' => array(
+ '//section[@class="article_body"]',
+ ),
+ 'strip' => array(
+ ),
+); \ No newline at end of file