miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/github.com.php
2015-10-19 22:49:30 -04:00

16 lines
344 B
PHP

<?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',
),
),
),
);