Include composer dependencies in repo
This commit is contained in:
18
vendor/miniflux/picofeed/lib/PicoFeed/Rules/backchannel.com.php
vendored
Normal file
18
vendor/miniflux/picofeed/lib/PicoFeed/Rules/backchannel.com.php
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'https://medium.com/lessons-learned/917b8b63ae3e',
|
||||
'body' => array(
|
||||
'//div[contains(@class,"section-inner")]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//div[contains(@class,"metabar")]',
|
||||
'//img[contains(@class,"thumbnail")]',
|
||||
'//h1',
|
||||
'//blockquote',
|
||||
'//p[contains(@class,"graf-after--h4")]'
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user