Include composer dependencies in repo
This commit is contained in:
16
vendor/miniflux/picofeed/lib/PicoFeed/Rules/putaindecode.fr.php
vendored
Normal file
16
vendor/miniflux/picofeed/lib/PicoFeed/Rules/putaindecode.fr.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://putaindecode.fr/posts/js/etat-lieux-js-modulaire-front/',
|
||||
'body' => array(
|
||||
'//*[@class="putainde-Post-md"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//*[contains(@class, "inlineimg")]',
|
||||
'//*[contains(@class, "comment-respond")]',
|
||||
'//header',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user