Refactor revision parsing logic to be columnar #1
2
wikiq
2
wikiq
@@ -388,7 +388,7 @@ class WikiqParser:
|
|||||||
revs = list(revs)
|
revs = list(revs)
|
||||||
revs = fix_hex_digests(revs)
|
revs = fix_hex_digests(revs)
|
||||||
|
|
||||||
table.add(page.mwpage, list(revs))
|
table.add(page.mwpage, revs)
|
||||||
|
|
||||||
# if re.match(r'^#redirect \[\[.*\]\]', rev.text, re.I):
|
# if re.match(r'^#redirect \[\[.*\]\]', rev.text, re.I):
|
||||||
# redirect = True
|
# redirect = True
|
||||||
|
|||||||
Reference in New Issue
Block a user