Aggiornamento MondoserieTV

This commit is contained in:
Alhaziel
2019-10-30 18:43:20 +01:00
parent 1637fa7870
commit c9c9719d04
3 changed files with 44 additions and 297 deletions
+2 -1
View File
@@ -35,7 +35,7 @@ class UnshortenIt(object):
_anonymz_regex = r'anonymz\.com'
_shrink_service_regex = r'shrink-service\.it'
_rapidcrypt_regex = r'rapidcrypt\.net'
_cryptmango_regex = r'cryptmango'
_cryptmango_regex = r'cryptmango|xshield\.net'
_vcrypt_regex = r'vcrypt\.net'
_maxretries = 5
@@ -467,6 +467,7 @@ class UnshortenIt(object):
except Exception as e:
return uri, str(e)
def _unshorten_vcrypt(self, uri):
r = None
import base64, pyaes