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

11 lines
277 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'body' => array('//*[@id="comic"] | //*[@class="post-image"]'),
'strip' => array(),
'test_url' => 'http://www.fowllanguagecomics.com/comic/working-out/'
)
)
);