diff --git a/fanficfare/geturls.py b/fanficfare/geturls.py index 1e90df43..ab4b98f8 100644 --- a/fanficfare/geturls.py +++ b/fanficfare/geturls.py @@ -117,7 +117,7 @@ def get_urls_from_html(data,url=None,configuration=None,normalize=False,restrict def get_urls_from_text(data,configuration=None,normalize=False): - urls = collections.OrderedDict(list) + urls = collections.OrderedDict() data=unicode(data) if not configuration: