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

10 lines
137 B
PHP
Raw Normal View History

<?php
return array(
2015-06-21 15:56:36 +02:00
'filter' => array(
2015-04-28 18:08:42 +02:00
'%.*%' => array(
'%alt="(.+)" */>%' => '/><br/>$1',
),
),
);