1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-26 09:34:46 +02:00

fix: a bunch of small changes in multiple bridges (#2644)

Mostly refactors.
This commit is contained in:
Dag
2022-04-12 23:37:30 +02:00
committed by GitHub
parent 5b7dd45b20
commit b6e8350596
12 changed files with 81 additions and 46 deletions

View File

@@ -13,6 +13,7 @@ class KhinsiderBridge extends BridgeAbstract
$html = getSimpleHTMLDOM(self::URI);
$dates = $html->find('#EchoTopic h3');
// $dates is empty
foreach ($dates as $date) {
$item = array();
$item['uri'] = self::URI;