Include composer dependencies in repo
This commit is contained in:
12
vendor/miniflux/picofeed/lib/PicoFeed/Rules/pixelbeat.org.php
vendored
Normal file
12
vendor/miniflux/picofeed/lib/PicoFeed/Rules/pixelbeat.org.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.pixelbeat.org/programming/sigpipe_handling.html#1425573246',
|
||||
'body' => array(
|
||||
'//div[@class="contentText"]',
|
||||
),
|
||||
'strip' => array(),
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user