remove tor2web gateway

This commit is contained in:
2017-02-12 21:39:29 +00:00
parent c8f4da267a
commit 77133f7cf3

View File

@@ -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"])