From 77133f7cf39a9ceed452efb71b4d2611d12d1cfb Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Sun, 12 Feb 2017 21:39:29 +0000 Subject: [PATCH] remove tor2web gateway --- modules/linx.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/linx.py b/modules/linx.py index 9c177bb..8b9550a 100644 --- a/modules/linx.py +++ b/modules/linx.py @@ -19,9 +19,6 @@ def linx(phenny, input, short=False): return try: - - url = url.replace(".onion/", ".onion.to/") - r = requests.get("https://linx.vtluug.org/upload?", params={"url": url}, headers={"Accept": "application/json"}) if "url" in r.json(): phenny.reply(r.json()["url"])