mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-08 02:26:35 +00:00
[RedditBridge] Return back NSFW posts to feed (#2257)
As it was working before applying https://github.com/RSS-Bridge/rss-bridge/pull/2229
This commit is contained in:
parent
68d9e2ff24
commit
bcc15228d8
@ -131,6 +131,7 @@ https://gist.github.com/LogMANOriginal/da00cd1e5f0ca31cef8e193509b17fd8
|
||||
* [b1nj](https://github.com/b1nj)
|
||||
* [benasse](https://github.com/benasse)
|
||||
* [Binnette](https://github.com/Binnette)
|
||||
* [Bockiii](https://github.com/Bockiii)
|
||||
* [captn3m0](https://github.com/captn3m0)
|
||||
* [chemel](https://github.com/chemel)
|
||||
* [Chouchen](https://github.com/Chouchen)
|
||||
|
@ -136,7 +136,8 @@ class RedditBridge extends BridgeAbstract {
|
||||
. ($user ? 'author%3A' : 'subreddit%3A')
|
||||
. $name
|
||||
. '&sort='
|
||||
. $this->getInput('d'))
|
||||
. $this->getInput('d')
|
||||
. '&include_over_18=on')
|
||||
or returnServerError('Unable to fetch posts!');
|
||||
$decodedValues = json_decode($values);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user