diff --git a/lib/unshortenit.py b/lib/unshortenit.py index e6514f50..a2f31c72 100644 --- a/lib/unshortenit.py +++ b/lib/unshortenit.py @@ -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): diff --git a/servers/backin.json b/servers/backin.json index b972ccb6..dc4b4256 100644 --- a/servers/backin.json +++ b/servers/backin.json @@ -1,5 +1,5 @@ { - "active": true, + "active": false, "find_videos": { "ignore_urls": [], "patterns": [ diff --git a/servers/vidtome.json b/servers/vidtome.json index b1b733ea..40ad1b70 100644 --- a/servers/vidtome.json +++ b/servers/vidtome.json @@ -1,5 +1,5 @@ { - "active": true, + "active": false, "find_videos": { "ignore_urls": [], "patterns": [ diff --git a/servers/wstream.json b/servers/wstream.json index 3f5ba2aa..d782657b 100644 --- a/servers/wstream.json +++ b/servers/wstream.json @@ -1,7 +1,7 @@ { "id": "wstream", "name": "Wstream", - "active": true, + "active": false, "free": true, "find_videos": {