mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-12 12:02:50 +08:00
Preserve order of URLs fetched from page--especially important for anthologies.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user