Include composer dependencies in repo
This commit is contained in:
10
vendor/miniflux/picofeed/lib/PicoFeed/Rules/engadget.com.php
vendored
Normal file
10
vendor/miniflux/picofeed/lib/PicoFeed/Rules/engadget.com.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.engadget.com/2015/04/20/dark-matter-discovery/?ncid=rss_truncated',
|
||||
'body' => array('//div[@id="page_body"]/div[@class="container@m-"]'),
|
||||
'strip' => array('//aside[@role="banner"]'),
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user