From 82ba17373916fa1f9dd3b39c7e5a2d40f9ff952f Mon Sep 17 00:00:00 2001 From: nemobis Date: Fri, 8 Nov 2013 21:57:04 +0000 Subject: [PATCH] Issue 22: allimages now uses aicontinue, not aifrom git-svn-id: https://wikiteam.googlecode.com/svn/trunk@862 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95 --- dumpgenerator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dumpgenerator.py b/dumpgenerator.py index ed1ea61..310f374 100644 --- a/dumpgenerator.py +++ b/dumpgenerator.py @@ -593,7 +593,8 @@ def getImageFilenamesURLAPI(config={}): sys.exit() xml = f.read() f.close() - m = re.findall(r'', xml) + # Match the query-continue, old and new format + m = re.findall(r'', xml) if m: aifrom = undoHTMLEntities(text=m[0]) #" = ", etc else: