Include composer dependencies in repo
This commit is contained in:
11
vendor/miniflux/picofeed/lib/PicoFeed/Rules/hardware.fr.php
vendored
Normal file
11
vendor/miniflux/picofeed/lib/PicoFeed/Rules/hardware.fr.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%^/news.*%' => array(
|
||||
'test_url' => 'http://www.hardware.fr/news/14760/intel-lance-nouveaux-ssd-nand-3d.html',
|
||||
'body' => array(
|
||||
'//div[@class="content_actualite"]/div[@class="md"]',
|
||||
)
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user