Browse Source

[fix] make reddit only in social media category avail.

fix https://github.com/searxng/searxng/issues/470
MrPaulBlack 3 years ago
parent
commit
41494d9f47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/reddit.py

+ 1 - 1
searx/engines/reddit.py

@@ -18,7 +18,7 @@ about = {
 }
 }
 
 
 # engine dependent config
 # engine dependent config
-categories = ['general', 'images', 'news', 'social media']
+categories = ['social media']
 page_size = 25
 page_size = 25
 
 
 # search-url
 # search-url