Include composer dependencies in repo
This commit is contained in:
14
vendor/miniflux/picofeed/lib/PicoFeed/Rules/github.com.php
vendored
Normal file
14
vendor/miniflux/picofeed/lib/PicoFeed/Rules/github.com.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'https://github.com/audreyr/favicon-cheat-sheet',
|
||||
'body' => array(
|
||||
'//article[contains(@class, "entry-content")]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//h1',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user