mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-09-01 04:11:54 +02:00
fix: a bunch of small changes in multiple bridges (#2644)
Mostly refactors.
This commit is contained in:
@@ -20,6 +20,8 @@ class MsnMondeBridge extends BridgeAbstract {
|
||||
$html = getSimpleHTMLDOM($this->getURI());
|
||||
|
||||
$limit = 0;
|
||||
|
||||
// TODO: fix why articles is empty
|
||||
foreach($html->find('.smalla') as $article) {
|
||||
if($limit < 10) {
|
||||
$item = array();
|
||||
|
Reference in New Issue
Block a user