Disattivati wstream, backin, vidtome e vcrypt (chiusi)

(cherry picked from commit 49c03638df)
This commit is contained in:
mac12m99
2021-05-30 20:45:43 +02:00
parent cfd0038ed8
commit 564736c703
4 changed files with 6 additions and 6 deletions

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):

View File

@@ -1,5 +1,5 @@
{
"active": true,
"active": false,
"find_videos": {
"ignore_urls": [],
"patterns": [

View File

@@ -1,5 +1,5 @@
{
"active": true,
"active": false,
"find_videos": {
"ignore_urls": [],
"patterns": [

View File

@@ -1,7 +1,7 @@
{
"id": "wstream",
"name": "Wstream",
"active": true,
"active": false,
"free": true,
"find_videos": {