summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/abstrusegoose.com.php
blob: 1d103c2fb0ad12fa89e324c114264262fb2b38a0 (plain)
1
2
3
4
5
6
7
8
<?php
return array(
    'filter' => array(
        '%.*%' => array(
            '%alt="(.+)" title="(.+)" */>%' => "/><br/>$1<br/>$2"
        )
    )
);