mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-29 03:47:42 +01:00
parent
97f7df0d06
commit
f9e9c8101e
@ -56,7 +56,8 @@ class TldrTechBridge extends BridgeAbstract
|
||||
if ($child->tag != 'a') {
|
||||
continue;
|
||||
}
|
||||
$this->extractItem(Url::fromString(self::URI . $child->href));
|
||||
$itemUrl = Url::fromString(self::URI . ltrim($child->href, '/'));
|
||||
$this->extractItem($itemUrl);
|
||||
if (count($this->items) >= $limit) {
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user