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

13 lines
252 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'body' => array(
'//img[@id="cc-comic"]',
),
'test_url' => 'http://www.threepanelsoul.com/comic/uncloaking',
),
),
);