From 33696afc1063447e40c536da982db78ce3e0f9cd Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 12 Apr 2024 13:35:50 +0300 Subject: [PATCH] Fix(phd.py): Change URL for Lurk --- phd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phd.py b/phd.py index a68db56..4aa206c 100644 --- a/phd.py +++ b/phd.py @@ -166,7 +166,7 @@ class phd(Template): % quote_string(query) def lurkmoar(self, query): - return "https://lurkmore.to/%s" % quote_string( + return "http://lurklurk.com/%s" % quote_string( query.replace(' ', '_'), ext_safe=',') -- 2.39.2