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

14 lines
274 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://pastebin.com/ed1pP9Ak',
'body' => array(
'//div[@class="text"]',
),
'strip' => array(
)
)
)
);