mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 22:28:22 +01:00
[Numerama] change feed URL source
This commit is contained in:
parent
01d6859f77
commit
c17fe0c898
@ -28,7 +28,7 @@ class NumeramaBridge extends BridgeAbstract{
|
||||
return $text;
|
||||
}
|
||||
|
||||
$html = file_get_html('http://www.numerama.com/rss/news.rss') or $this->returnError('Could not request Numerama.', 404);
|
||||
$html = file_get_html('http://www.numerama.com/feed/') or $this->returnError('Could not request Numerama.', 404);
|
||||
$limit = 0;
|
||||
|
||||
foreach($html->find('item') as $element) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user