1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-29 12:50:18 +02:00
This commit is contained in:
SebLaus
2025-01-25 18:28:36 +01:00
committed by GitHub
parent 58b3cfb158
commit 952a2d99a3

View File

@@ -32,7 +32,7 @@ URI;
$firstAnchor = $html->find('a', 0)
or returnServerError('Could not find the proper HTML element.');
$url = 'https://www.bundestag.de' . $firstAnchor->href;
$url = $firstAnchor->href;
// Get the actual page with the soft money donations
$html = getSimpleHTMLDOMCached($url, self::CACHE_TIMEOUT);