From 69a09fcd94e9172d76fba78b0f353ed2f1788f0b Mon Sep 17 00:00:00 2001 From: Soxoj Date: Sat, 4 Sep 2021 17:50:35 +0300 Subject: [PATCH] Reddit search fixed --- maigret/resources/data.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/maigret/resources/data.json b/maigret/resources/data.json index e2baa929..0675a22e 100644 --- a/maigret/resources/data.json +++ b/maigret/resources/data.json @@ -11642,9 +11642,12 @@ "discussion", "news" ], - "checkType": "status_code", + "checkType": "message", + "absenceStrs": [ + "Sorry, nobody on Reddit goes by that name." + ], "presenseStrs": [ - "totalKarma" + "Karma" ], "alexaRank": 19, "urlMain": "https://www.reddit.com/",