From ddb5f02bc1dce22df9f3941e37082dad0aaed71d Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Fri, 22 Jan 2021 17:33:24 +0100 Subject: [PATCH] uprotector in unshorten --- lib/unshortenit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unshortenit.py b/lib/unshortenit.py index 2cda8301..41f9a09c 100644 --- a/lib/unshortenit.py +++ b/lib/unshortenit.py @@ -44,7 +44,7 @@ class UnshortenIt(object): # for services that only include real link inside iframe _simple_iframe_regex = r'cryptmango|xshield\.net|vcrypt\.club' # for services that only do redirects - _simple_redirect = r'streamcrypt\.net/[^/]+' + _simple_redirect = r'streamcrypt\.net/[^/]+|uprotector\.xyz' listRegex = [_adfly_regex, _linkbucks_regex, _adfocus_regex, _lnxlu_regex, _shst_regex, _hrefli_regex, _anonymz_regex, _shrink_service_regex, _rapidcrypt_regex, _simple_iframe_regex, _vcrypt_regex, _linkup_regex, _linkhub_regex,