miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thegamercat.com.php
Mathias Kresin f89ed85a83 update libraries
fixes #365, #367
2015-04-28 18:08:42 +02:00

10 lines
294 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.thegamercat.com/comic/just-no/',
'body' => array('//div[@id="comic"] | //div[@class="post-content"]/div[@class="entry"]/p'),
'strip' => array(),
)
)
);