miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/kodi.tv.php

12 lines
257 B
PHP
Raw Normal View History

2017-04-05 22:05:48 +02:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'https://kodi.tv/article/andwere-baaaaack',
'body' => array(
'//div[@class="l-region--content"]',
),
),
),
);