[enh] Add engine for discourse forums

This commit is contained in:
allendema_searxng_pi
2023-08-09 18:16:58 +02:00
committed by Markus Heiser
parent 91882aedf1
commit ee146dbc07
3 changed files with 164 additions and 0 deletions

View File

@@ -94,4 +94,7 @@ SOCIAL_MEDIA_TERMS = {
'POINTS': 'points',
'TITLE': 'title',
'AUTHOR': 'author',
'THREAD OPEN': 'open',
'THREAD CLOSED': 'closed',
'THREAD ANSWERED': 'answered',
}