mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[MozillaSecurityBridge] source has been modified (#1394)
adjustement following source change
This commit is contained in:
parent
ad661c4c91
commit
2175a4d08b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user