mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-26 19:30:13 +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);
|
$html = defaultLinkTo($html, self::WEBROOT);
|
||||||
|
|
||||||
$item = array();
|
$item = array();
|
||||||
$articles = $html->find('div[itemprop="articleBody"] h2');
|
$articles = $html->find('div[id="main-content"] h2');
|
||||||
|
|
||||||
foreach ($articles as $element) {
|
foreach ($articles as $element) {
|
||||||
$item['title'] = $element->innertext;
|
$item['title'] = $element->innertext;
|
||||||
|
Reference in New Issue
Block a user