diff --git a/ppf.py b/ppf.py index f2d7956..ff71c4f 100755 --- a/ppf.py +++ b/ppf.py @@ -160,7 +160,7 @@ def proxyleech(proxydb, urldb, rows): except KeyboardInterrupt as e: raise e except: content = '' - matches = re.findall(r'([0-9]+(?:\.[0-9]+){3}:[0-9]{1,5})[\D$]', cleanhtml(content)) + matches = re.findall(r'([0-9]+(?:\.[0-9]+){3}:[0-9]{2,5})[\D$]', cleanhtml(content)) uniques_dict = {} for p in matches: