mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-11 11:04:36 +02:00
fix: various notice fixes (#3718)
This commit is contained in:
@@ -463,7 +463,7 @@ HEREDOC;
|
||||
)
|
||||
)->{'src'};
|
||||
} else {
|
||||
return $deal->find('img[class*=' . $selectorPlain . ']', 0)->src;
|
||||
return $deal->find('img[class*=' . $selectorPlain . ']', 0)->src ?? '';
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user