mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-12 19:44:12 +02:00
[LWNprevBridge] fix: broken bridge
This commit is contained in:
@@ -109,7 +109,7 @@ EOD;
|
|||||||
|
|
||||||
private function getFeatureContents(&$html){
|
private function getFeatureContents(&$html){
|
||||||
$items = array();
|
$items = array();
|
||||||
foreach($html->getElementsByTagName('h2') as $title) {
|
foreach($html->getElementsByTagName('h3') as $title) {
|
||||||
if($title->getAttribute('class') !== 'SummaryHL') {
|
if($title->getAttribute('class') !== 'SummaryHL') {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user