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

12 lines
259 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'body' => array(
'//img[@class="img-responsive img-comic"]',
),
'test_url' => 'http://dilbert.com/strip/2016-01-28',
),
),
);