Filter nsfw content when safe search is enabled

This commit is contained in:
Michael Lazar
2017-08-31 00:33:50 -04:00
parent d9dfa38363
commit 395aefc2c6
4 changed files with 5047 additions and 2 deletions

View File

@@ -22,6 +22,10 @@ class SubmissionError(RTVError):
"Submission could not be loaded"
class SubredditError(RTVError):
"Subreddit could not be loaded"
class NoSubmissionsError(RTVError):
"No submissions for the given page"