changed regex

This commit is contained in:
mickael
2019-01-09 20:07:28 +00:00
parent 33887385f0
commit 8993727f03

2
ppf.py
View File

@@ -146,7 +146,7 @@ def proxyleech(sqlite, rows):
except KeyboardInterrupt as e: raise e
except: content = ''
matches = re.findall(r'[0-9]+(?:\.[0-9]+){3}:[0-9]+', cleanhtml(content))
matches = re.findall(r'([0-9]+(?:\.[0-9]+){3}:[0-9]{1,5})[\D$]', cleanhtml(content))
uniques_dict = {}
for p in matches: