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

12 lines
287 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://satwcomic.com/day-at-the-beach',
'body' => array(
'//div[@class="container"]/center/a/img'
),
'strip' => array(),
)
)
);