git-svn-id: https://wikiteam.googlecode.com/svn/trunk@135 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
pull/117/head
emijrp 13 years ago
parent 101cd62e3d
commit 3388c7e83b

@ -281,7 +281,7 @@ def getXMLPage(config={}, title=''):
xml = xml.split('</page>')[0] + ' <revision>' + ('<revision>'.join(xml2.split('<revision>')[1:]))
else:
params['offset'] = '' #no more edits in this page history
print title, len(re.findall(r_timestamp, xml)), 'edits'
print title, len(re.findall(r_timestamp, xml)), 'edits'
return xml
def cleanXML(xml=''):

Loading…
Cancel
Save