mutantmonkey 2012-05-21 22:59:54 -04:00
commit 4639e17b49
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ def bing(phenny, input):
bing.commands = ['bing']
bing.example = '.bing swhack'
r_duck = re.compile(r'nofollow" class="[^"]+" href="(.*?)">')
r_duck = re.compile(r'nofollow" class="[^"]+" href="(http.*?)">')
def duck_search(query):
query = query.replace('!', '')