diff --git a/plugins/wikipedia.py b/plugins/wikipedia.py index a83cd43..d82b882 100644 --- a/plugins/wikipedia.py +++ b/plugins/wikipedia.py @@ -20,7 +20,7 @@ def wiki(inp): x = http.get_xml(search_url, search=inp) - ns = '{http://opensearch.org/searchsuggest2}' + ns = '{http://www.mediawiki.org/xml/api/}' items = x.findall(ns + 'Section/' + ns + 'Item') if items == []: