mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-25 19:01:18 +02:00
[MozillaSecurityBridge] source has been modified (#1394)
adjustement following source change
This commit is contained in:
@@ -15,7 +15,7 @@ class MozillaSecurityBridge extends BridgeAbstract {
|
||||
$html = defaultLinkTo($html, self::WEBROOT);
|
||||
|
||||
$item = array();
|
||||
$articles = $html->find('div[itemprop="articleBody"] h2');
|
||||
$articles = $html->find('div[id="main-content"] h2');
|
||||
|
||||
foreach ($articles as $element) {
|
||||
$item['title'] = $element->innertext;
|
||||
|
Reference in New Issue
Block a user