Include composer dependencies in repo
This commit is contained in:
13
vendor/miniflux/picofeed/lib/PicoFeed/Rules/monandroid.com.php
vendored
Normal file
13
vendor/miniflux/picofeed/lib/PicoFeed/Rules/monandroid.com.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.monandroid.com/blog/tutoriel-avance-activer-le-stockage-fusionne-sur-android-6-marshamallow-t12.html',
|
||||
'body' => array(
|
||||
'//div[@class="blog-post-body"]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user