diff --git a/modules/search.py b/modules/search.py index 88fdff4..c82620a 100644 --- a/modules/search.py +++ b/modules/search.py @@ -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('!', '')