From b3015d3ed837f51857bbf349675e00955a67d4ca Mon Sep 17 00:00:00 2001 From: mac12m99 <10120390+mac12m99@users.noreply.github.com> Date: Wed, 20 Oct 2021 18:30:25 +0200 Subject: [PATCH] Supporto isecure.link (casacinema) --- lib/unshortenit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unshortenit.py b/lib/unshortenit.py index 935e98d7..b6a78e5e 100644 --- a/lib/unshortenit.py +++ b/lib/unshortenit.py @@ -44,7 +44,7 @@ class UnshortenIt(object): _snip_regex = r'[0-9a-z]+snip\.|uprotector\.xyz' _linksafe_regex = r'linksafe\.cc' # for services that only include real link inside iframe - _simple_iframe_regex = r'cryptmango|xshield\.net|vcrypt\.club' + _simple_iframe_regex = r'cryptmango|xshield\.net|vcrypt\.club|isecure\.link' # for services that only do redirects _simple_redirect = r'streamcrypt\.net/[^/]+|uprot\.net|is\.gd'