Include composer dependencies in repo
This commit is contained in:
12
vendor/miniflux/picofeed/lib/PicoFeed/Rules/version2.dk.php
vendored
Normal file
12
vendor/miniflux/picofeed/lib/PicoFeed/Rules/version2.dk.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.version2.dk/artikel/surface-pro-2-fungerer-bedre-til-arbejde-end-fornoejelse-55195',
|
||||
'body' => array(
|
||||
'//section[contains(@class, "teaser")]',
|
||||
'//section[contains(@class, "body")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user