mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
[RedditBrige] Fix old feed URLs (#3087)
* flair filter * syntax * fix multi & user feeds * ' * dont replace , * fix old reddit feeds
This commit is contained in:
@@ -142,7 +142,7 @@ class RedditBridge extends BridgeAbstract
|
||||
$keywords = '';
|
||||
}
|
||||
|
||||
if (!($this->getInput('f') === '') && $this->queriedContext == 'single') {
|
||||
if (!empty($this->getInput('f')) && $this->queriedContext == 'single') {
|
||||
$flair = $this->getInput('f');
|
||||
$flair = str_replace(' ', '%20', $flair);
|
||||
$flair = 'flair%3A%22' . $flair . '%22%20';
|
||||
|
Reference in New Issue
Block a user