Include composer dependencies in repo
This commit is contained in:
18
vendor/miniflux/picofeed/lib/PicoFeed/Rules/sentfromthemoon.com.php
vendored
Normal file
18
vendor/miniflux/picofeed/lib/PicoFeed/Rules/sentfromthemoon.com.php
vendored
Normal file
@@ -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',
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user