From 519830bfea0f44dd87b14f7be9b001cb7cde7627 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Wed, 22 Dec 2021 12:13:28 +0100 Subject: [PATCH] rimosso debug da unshortenit --- lib/unshortenit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/unshortenit.py b/lib/unshortenit.py index e7b2dd03..729cf154 100644 --- a/lib/unshortenit.py +++ b/lib/unshortenit.py @@ -695,8 +695,8 @@ class UnshortenIt(object): return httptools.downloadpage(uri, only_headers=True, follow_redirects=False).headers.get('location', uri), 200 def _unshorten_uprot(self, uri): - from core.support import dbg - dbg() + # from core.support import dbg + # dbg() for link in scrapertools.find_multiple_matches(httptools.downloadpage(uri, cloudscraper=True).data, ']+href="([^"]+)'): if link.startswith('https://maxstream.video') or link.startswith('https://uprot.net') and link != uri: return link, 200