Include composer dependencies in repo
This commit is contained in:
10
vendor/miniflux/picofeed/lib/PicoFeed/Rules/thecodinglove.com.php
vendored
Normal file
10
vendor/miniflux/picofeed/lib/PicoFeed/Rules/thecodinglove.com.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://thecodinglove.com/post/116897934767',
|
||||
'body' => array('//div[@class="bodytype"]'),
|
||||
'strip' => array(),
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user