Include composer dependencies in repo
This commit is contained in:
12
vendor/miniflux/picofeed/lib/PicoFeed/Rules/ing.dk.php
vendored
Normal file
12
vendor/miniflux/picofeed/lib/PicoFeed/Rules/ing.dk.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://ing.dk/artikel/smart-husisolering-og-styring-skal-mindske-japans-energikrise-164517',
|
||||
'body' => array(
|
||||
'//section[contains(@class, "teaser")]',
|
||||
'//section[contains(@class, "body")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user