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,