From b4c7019d53eea1e642579fa87f5b0b0431e4aa6a Mon Sep 17 00:00:00 2001 From: "Sean B. Palmer" Date: Sat, 3 Apr 2010 11:08:03 +0100 Subject: Fixed the Wikipedia module's search capability. --- modules/oblique.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/oblique.py') diff --git a/modules/oblique.py b/modules/oblique.py index b4efa77..835862a 100755 --- a/modules/oblique.py +++ b/modules/oblique.py @@ -10,7 +10,8 @@ http://inamidst.com/phenny/ import re, urllib import web -definitions = 'http://code.google.com/p/phenny-ws/wiki/ServiceDefinitions' +# definitions = 'http://code.google.com/p/phenny-ws/wiki/ServiceDefinitions' +definitions = 'http://wiki.github.com/nslater/phenny-ws/' r_item = re.compile(r'(?i)
  • (.*?)
  • ') r_tag = re.compile(r'<[^>]+>') -- cgit v1.2.3-1-g7c22