miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/github.com.php

16 lines
344 B
PHP
Raw Normal View History

<?php
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => array(
'test_url' => 'https://github.com/audreyr/favicon-cheat-sheet',
'body' => array(
'//article[contains(@class, "entry-content")]',
),
'strip' => array(
'//h1',
),
),
),
);