Skip to content

Commit

Permalink
[MozillaSecurityBridge] source has been modified (RSS-Bridge#1394)
Browse files Browse the repository at this point in the history
adjustement following source change
  • Loading branch information
Nono-m0le authored and teromene committed Jan 10, 2020
1 parent e9fb255 commit 9782d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/MozillaSecurityBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function collectData(){
$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;
Expand Down

0 comments on commit 9782d67

Please sign in to comment.