Include composer dependencies in repo
This commit is contained in:
11
vendor/miniflux/picofeed/lib/PicoFeed/Rules/plus.google.com.php
vendored
Normal file
11
vendor/miniflux/picofeed/lib/PicoFeed/Rules/plus.google.com.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'https://plus.google.com/+LarryPage/posts/Lh8SKC6sED1',
|
||||
'body' => array(
|
||||
'//div[@role="article"]/div[contains(@class, "eE")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user