Disattivati wstream, backin, vidtome e vcrypt (chiusi)

This commit is contained in:
mac12m99
2021-05-30 20:45:43 +02:00
parent c21b2166f5
commit 49c03638df
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -36,7 +36,7 @@ class UnshortenIt(object):
_anonymz_regex = r'anonymz\.com'
_shrink_service_regex = r'shrink-service\.it'
_rapidcrypt_regex = r'rapidcrypt\.net'
_vcrypt_regex = r'vcrypt\.net|vcrypt\.pw'
# _vcrypt_regex = r'vcrypt\.net|vcrypt\.pw'
_linkup_regex = r'linkup\.pro|buckler.link'
_linkhub_regex = r'linkhub\.icu'
_swzz_regex = r'swzz\.xyz'
@@ -85,8 +85,8 @@ class UnshortenIt(object):
uri, code = self._unshorten_rapidcrypt(uri)
if re.search(self._simple_iframe_regex, uri, re.IGNORECASE):
uri, code = self._unshorten_simple_iframe(uri)
if re.search(self._vcrypt_regex, uri, re.IGNORECASE):
uri, code = self._unshorten_vcrypt(uri)
# if re.search(self._vcrypt_regex, uri, re.IGNORECASE):
# uri, code = self._unshorten_vcrypt(uri)
if re.search(self._linkup_regex, uri, re.IGNORECASE):
uri, code = self._unshorten_linkup(uri)
if re.search(self._linkhub_regex, uri, re.IGNORECASE):