mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
[maintenance] Fix tests (#2532)
This commit is contained in:
parent
071412130b
commit
f11e792f84
2 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ class EconomistBridge extends FeedExpander {
|
|||
$imgNode = 'figure.css-12eysrk.e3y6nua0';
|
||||
$categoryNode = 'span.ern1uyf0';
|
||||
} else {
|
||||
// pass
|
||||
return;
|
||||
}
|
||||
|
||||
$item['content'] = $this->cleanContent($article, $contentNode);
|
||||
|
|
|
@ -37,7 +37,7 @@ class SummitsOnTheAirBridge extends BridgeAbstract {
|
|||
Frequency: {$spot['frequency']} MHz<br />
|
||||
Mode: {$spot['mode']}<br />
|
||||
Comments: {$spot['comments']}
|
||||
EOL;
|
||||
EOL;
|
||||
|
||||
$this->items[] = array(
|
||||
'uri' => 'https://sotawatch.sota.org.uk/en/',
|
||||
|
|
Loading…
Add table
Reference in a new issue