[MozillaSecurityBridge] source has been modified (#1394)
adjustement following source change
This commit is contained in:
parent
ad661c4c91
commit
2175a4d08b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue