summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/gerbilwithajetpack.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/gerbilwithajetpack.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/gerbilwithajetpack.com.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/gerbilwithajetpack.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/gerbilwithajetpack.com.php
new file mode 100644
index 000000000..70e863587
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/gerbilwithajetpack.com.php
@@ -0,0 +1,13 @@
+<?php
+
+return array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'body' => array(
+ '//div[@id="comic-1"]',
+ '//div[@class="entry"]',
+ ),
+ 'test_url' => 'http://gerbilwithajetpack.com/passing-the-digital-buck/',
+ ),
+ ),
+);