mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-15 04:54:01 +02:00
refactor: remove dead code (#4385)
This commit is contained in:
@@ -16,8 +16,7 @@ class VproTegenlichtBridge extends BridgeAbstract
|
||||
public function collectData()
|
||||
{
|
||||
$url = sprintf('https://www.vpro.nl/programmas/tegenlicht/lees/artikelen.html');
|
||||
$dom = getSimpleHTMLDOM($url)
|
||||
or returnServerError('No contents received!');
|
||||
$dom = getSimpleHTMLDOM($url);
|
||||
$dom = $dom->find('ul#browsable-news-overview', 0);
|
||||
$dom = defaultLinkTo($dom, $this->getURI());
|
||||
foreach ($dom->find('li') as $article) {
|
||||
|
Reference in New Issue
Block a user