mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 22:28:22 +01:00
Merge pull request #75 from Polopollo/master
The developper.com bridge was too short on items
This commit is contained in:
commit
3bbfa428ea
@ -47,7 +47,7 @@ class DeveloppezDotComBridge extends BridgeAbstract{
|
||||
$limit = 0;
|
||||
|
||||
foreach($rssFeed->find('item') as $element) {
|
||||
if($limit < 2) {
|
||||
if($limit < 10) {
|
||||
$item = new \Item();
|
||||
$item->title = DeveloppezDotComStripCDATA($element->find('title', 0)->innertext);
|
||||
$item->uri = DeveloppezDotComStripCDATA($element->find('guid', 0)->plaintext);
|
||||
|
Loading…
x
Reference in New Issue
Block a user