Disattivati wstream, backin, vidtome e vcrypt (chiusi)
(cherry picked from commit 49c03638df)
This commit is contained in:
+3
-3
@@ -36,7 +36,7 @@ class UnshortenIt(object):
|
|||||||
_anonymz_regex = r'anonymz\.com'
|
_anonymz_regex = r'anonymz\.com'
|
||||||
_shrink_service_regex = r'shrink-service\.it'
|
_shrink_service_regex = r'shrink-service\.it'
|
||||||
_rapidcrypt_regex = r'rapidcrypt\.net'
|
_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'
|
_linkup_regex = r'linkup\.pro|buckler.link'
|
||||||
_linkhub_regex = r'linkhub\.icu'
|
_linkhub_regex = r'linkhub\.icu'
|
||||||
_swzz_regex = r'swzz\.xyz'
|
_swzz_regex = r'swzz\.xyz'
|
||||||
@@ -85,8 +85,8 @@ class UnshortenIt(object):
|
|||||||
uri, code = self._unshorten_rapidcrypt(uri)
|
uri, code = self._unshorten_rapidcrypt(uri)
|
||||||
if re.search(self._simple_iframe_regex, uri, re.IGNORECASE):
|
if re.search(self._simple_iframe_regex, uri, re.IGNORECASE):
|
||||||
uri, code = self._unshorten_simple_iframe(uri)
|
uri, code = self._unshorten_simple_iframe(uri)
|
||||||
if re.search(self._vcrypt_regex, uri, re.IGNORECASE):
|
# if re.search(self._vcrypt_regex, uri, re.IGNORECASE):
|
||||||
uri, code = self._unshorten_vcrypt(uri)
|
# uri, code = self._unshorten_vcrypt(uri)
|
||||||
if re.search(self._linkup_regex, uri, re.IGNORECASE):
|
if re.search(self._linkup_regex, uri, re.IGNORECASE):
|
||||||
uri, code = self._unshorten_linkup(uri)
|
uri, code = self._unshorten_linkup(uri)
|
||||||
if re.search(self._linkhub_regex, uri, re.IGNORECASE):
|
if re.search(self._linkhub_regex, uri, re.IGNORECASE):
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"active": true,
|
"active": false,
|
||||||
"find_videos": {
|
"find_videos": {
|
||||||
"ignore_urls": [],
|
"ignore_urls": [],
|
||||||
"patterns": [
|
"patterns": [
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"active": true,
|
"active": false,
|
||||||
"find_videos": {
|
"find_videos": {
|
||||||
"ignore_urls": [],
|
"ignore_urls": [],
|
||||||
"patterns": [
|
"patterns": [
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "wstream",
|
"id": "wstream",
|
||||||
"name": "Wstream",
|
"name": "Wstream",
|
||||||
"active": true,
|
"active": false,
|
||||||
"free": true,
|
"free": true,
|
||||||
|
|
||||||
"find_videos": {
|
"find_videos": {
|
||||||
|
|||||||
Reference in New Issue
Block a user