Ip diretto per alcuni siti

This commit is contained in:
marco
2020-12-20 13:32:13 +01:00
parent e55da824fc
commit 923beb5bba
5 changed files with 33 additions and 18 deletions

View File

@@ -493,7 +493,8 @@ class UnshortenIt(object):
return uri, str(e)
def _unshorten_vcrypt(self, uri):
uri = uri.replace('.net', '.pw')
httptools.set_cookies({'domain': 'vcrypt.net', 'name': 'saveMe', 'value': '1'})
httptools.set_cookies({'domain': 'vcrypt.pw', 'name': 'saveMe', 'value': '1'})
try:
headers = {}
if 'myfoldersakstream.php' in uri or '/verys/' in uri: