From dc04b19ce7a6dcf88e767d2af83fdf976f5924ab Mon Sep 17 00:00:00 2001 From: marco <10120390+mac12m99@users.noreply.github.com> Date: Thu, 16 Feb 2023 20:20:34 +0100 Subject: [PATCH] Fix casacinema --- lib/unshortenit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unshortenit.py b/lib/unshortenit.py index 35617170..a03b4a20 100644 --- a/lib/unshortenit.py +++ b/lib/unshortenit.py @@ -45,7 +45,7 @@ class UnshortenIt(object): _protectlink_regex = r'(?:s\.)?protectlink\.stream' _uprot_regex = r'uprot\.net' # for services that only include real link inside iframe - _simple_iframe_regex = r'cryptmango|xshield\.net|vcrypt\.club|isecure\.link|isecure\.icu' + _simple_iframe_regex = r'cryptmango|xshield\.net|vcrypt\.club|isecure\.link|isecure\.icu|isecure\.cfd' # for services that only do redirects _simple_redirect = r'streamcrypt\.net/[^/]+|is\.gd|www\.vedere\.stream|isecure\.link|isecure\.icu' _filecrypt_regex = r'filecrypt\.cc'