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

13 lines
287 B
PHP
Raw Normal View History

2013-09-19 04:48:29 +02:00
<?php
2013-09-19 04:48:29 +02:00
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => array(
'test_url' => 'https://plus.google.com/+LarryPage/posts/Lh8SKC6sED1',
'body' => array(
'//div[@role="article"]/div[contains(@class, "eE")]',
),
),
),
2013-09-19 04:48:29 +02:00
);