miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/tozsdeforum.hu.php
Frederic Guillot 60ae2db07f Update PicoFeed
2017-11-01 22:01:57 -07:00

16 lines
550 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.tozsdeforum.hu/szemelyes-penzugyek/napi-penzugyek/ezek-a-legnepszerubb-turistacelpontok-voltal-mar-mindenhol-87181.html',
'body' => array(
'//header/h1',
'//div[@class="title_img"]',
'//article/div[@class="tf-post"]/div[@class="p"]/p|//article/div[@class="tf-post"]/div[@class="p"]/h3|//article/div[@class="tf-post"]/div[@class="p"]/blockquote'
),
'strip' => array(
)
),
),
);