Include composer dependencies in repo
This commit is contained in:
10
vendor/miniflux/picofeed/lib/PicoFeed/Rules/ir.amd.com.php
vendored
Normal file
10
vendor/miniflux/picofeed/lib/PicoFeed/Rules/ir.amd.com.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'body' => array('//span[@class="ccbnTxt"]'),
|
||||
'strip' => array(),
|
||||
'test_url' => 'http://ir.amd.com/phoenix.zhtml?c=74093&p=RssLanding&cat=news&id=2055819',
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user