From 75427b5ee197ccf9ae07a5b84181e712102c0891 Mon Sep 17 00:00:00 2001 From: marco <10120390+mac12m99@users.noreply.github.com> Date: Mon, 21 Dec 2020 21:51:07 +0100 Subject: [PATCH] fix vcrypt --- lib/unshortenit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unshortenit.py b/lib/unshortenit.py index 74f19510..eebfd946 100644 --- a/lib/unshortenit.py +++ b/lib/unshortenit.py @@ -527,7 +527,7 @@ class UnshortenIt(object): day = datetime.date.today().strftime('%Y%m%d') if PY3: day = day.encode() headers = { - "Cookie": hashlib.md5(ip+day).hexdigest() + "=1" + "Cookie": hashlib.md5(ip+day).hexdigest() + "=1;saveMe=1" } spl = uri.split('/') spl[3] += '1'