mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 18:14:44 +02:00
fix: a bunch of small changes in multiple bridges (#2644)
Mostly refactors.
This commit is contained in:
parent
5b7dd45b20
commit
b6e8350596
12 changed files with 81 additions and 46 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue