migrate reverts to python-mwreverts
This commit is contained in:
parent
a883cb536b
commit
7db6288923
4
wikiq
4
wikiq
@ -15,7 +15,7 @@ from hashlib import sha1
|
|||||||
|
|
||||||
from mw.xml_dump import Iterator
|
from mw.xml_dump import Iterator
|
||||||
from mw.lib import persistence
|
from mw.lib import persistence
|
||||||
from mw.lib import reverts
|
import mwreverts
|
||||||
from urllib.parse import quote
|
from urllib.parse import quote
|
||||||
TO_ENCODE = ('title', 'editor')
|
TO_ENCODE = ('title', 'editor')
|
||||||
PERSISTENCE_RADIUS=7
|
PERSISTENCE_RADIUS=7
|
||||||
@ -147,7 +147,7 @@ class WikiqParser():
|
|||||||
state = persistence.State()
|
state = persistence.State()
|
||||||
window = deque(maxlen=PERSISTENCE_RADIUS)
|
window = deque(maxlen=PERSISTENCE_RADIUS)
|
||||||
|
|
||||||
rev_detector = reverts.Detector()
|
rev_detector = mwreverts.Detector()
|
||||||
|
|
||||||
# Iterate through a page's revisions
|
# Iterate through a page's revisions
|
||||||
for rev in page:
|
for rev in page:
|
||||||
|
Loading…
Reference in New Issue
Block a user