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

13 lines
252 B
PHP
Raw Normal View History

2015-09-12 19:34:36 +02:00
<?php
2015-09-12 19:34:36 +02:00
return array(
'grabber' => array(
'%.*%' => array(
2016-02-10 02:30:07 +01:00
'body' => array(
'//img[@id="cc-comic"]',
),
'test_url' => 'http://www.threepanelsoul.com/comic/uncloaking',
),
2015-09-12 19:34:36 +02:00
),
);