remove tor2web gateway
parent
c8f4da267a
commit
77133f7cf3
|
@ -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"])
|
||||
|
|
Loading…
Reference in New Issue