From d782f7c72541f08befd48c0db57a7fad937af975 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 13 Mar 2003 07:52:04 +0000 Subject: [PATCH] Fixed gameknot.com URL snarfer --- plugins/Forums.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Forums.py b/plugins/Forums.py index 2f7fd07b8..d4ccbafab 100644 --- a/plugins/Forums.py +++ b/plugins/Forums.py @@ -34,7 +34,7 @@ class Forums(callbacks.PrivmsgRegexp): gkPlayer = re.compile(r"popd\('(Rating[^']+)'\).*?>([^<]+)<") def gameknot(self, irc, msg, match): - r"http://gameknot.com/chess.pl?bd=\d+&r=\d+" + r"http://gameknot.com/chess.pl\?bd=\d+&r=\d+" fd = urllib2.urlopen(match.group(0)) s = fd.read() try: