summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/sentfromthemoon.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/miniflux/picofeed/lib/PicoFeed/Rules/sentfromthemoon.com.php')
-rw-r--r--vendor/miniflux/picofeed/lib/PicoFeed/Rules/sentfromthemoon.com.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/miniflux/picofeed/lib/PicoFeed/Rules/sentfromthemoon.com.php b/vendor/miniflux/picofeed/lib/PicoFeed/Rules/sentfromthemoon.com.php
new file mode 100644
index 00000000..f4354179
--- /dev/null
+++ b/vendor/miniflux/picofeed/lib/PicoFeed/Rules/sentfromthemoon.com.php
@@ -0,0 +1,18 @@
+<?php
+return array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'body' => array(
+ '//div[@class="comicpane"]/a/img',
+ '//div[@class="entry"]',
+ ),
+ 'strip' => array(),
+ 'test_url' => 'http://sentfromthemoon.com/archives/1417',
+ ),
+ ),
+ 'filter' => array(
+ '%.*%' => array(
+ '%title="(.+)" */>%' => '/><br/>$1',
+ ),
+ ),
+);