|
@@ -456,9 +456,9 @@ class DRNClerkBot(Task): |
|
|
|
|
|
|
|
|
Signatures are returned as tuples of (editor, timestamp as datetime). |
|
|
Signatures are returned as tuples of (editor, timestamp as datetime). |
|
|
""" |
|
|
""" |
|
|
regex = r"\[\[(?:User(?:\stalk)?\:|Special\:Contributions\/)" |
|
|
|
|
|
|
|
|
regex = r"\[\[(?:[uU]ser(?:\stalk)?\:|[sS]pecial\:[cC]ontributions\/)" |
|
|
regex += r"([^\n\[\]|]{,256}?)(?:\||\]\])" |
|
|
regex += r"([^\n\[\]|]{,256}?)(?:\||\]\])" |
|
|
regex += r"(?!.*?(?:User(?:\stalk)?\:|Special\:Contributions\/).*?)" |
|
|
|
|
|
|
|
|
regex += r"(?!.*?(?:[uU]ser(?:\stalk)?\:|[sS]pecial\:[cC]ontributions\/).*?)" |
|
|
regex += r".{,256}?(\d{2}:\d{2},\s\d{1,2}\s\w+\s\d{4}\s\(UTC\))" |
|
|
regex += r".{,256}?(\d{2}:\d{2},\s\d{1,2}\s\w+\s\d{4}\s\(UTC\))" |
|
|
matches = re.findall(regex, text, re.U) |
|
|
matches = re.findall(regex, text, re.U) |
|
|
signatures = [] |
|
|
signatures = [] |
|
|