This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
rangitaki/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thelocal.se.php

18 lines
487 B
PHP
Raw Normal View History

2016-05-07 12:59:40 +02:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
2016-12-30 00:04:12 +01:00
'test_url' => 'www.thelocal.se/20161219/this-swede-can-memorize-hundreds-of-numbers-in-only-five-minutes',
2016-05-07 12:59:40 +02:00
'body' => array(
2016-12-30 00:04:12 +01:00
'//div[@id="article-photo"]',
'//div[@id="article-description"]',
'//div[@id="article-body"]',
2016-05-07 12:59:40 +02:00
),
'strip' => array(
2016-12-30 00:04:12 +01:00
'//div[@id="article-info-middle"]',
2016-05-07 12:59:40 +02:00
)
)
)
);
2016-12-30 00:04:12 +01:00