Include composer dependencies in repo
This commit is contained in:
14
vendor/miniflux/picofeed/lib/PicoFeed/Rules/treehugger.com.php
vendored
Normal file
14
vendor/miniflux/picofeed/lib/PicoFeed/Rules/treehugger.com.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.treehugger.com/uncategorized/top-ten-posts-week-bunnies-2.html',
|
||||
'body' => array(
|
||||
'//div[contains(@class, "promo-image")]',
|
||||
'//div[contains(@id, "entry-body")]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user