MCPcopy Create free account
hub / github.com/TheCaduceus/Link-Bypasser-Bot / zippyshare

Function zippyshare

ddl.py:392–400  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

390 return url.replace("www.","").replace("dropbox.com","dl.dropboxusercontent.com").replace("?dl=0","")
391
392def zippyshare(url):
393 resp = requests.get(url).text
394 surl = resp.split("document.getElementById('dlbutton').href = ")[1].split(";")[0]
395 parts = surl.split("(")[1].split(")")[0].split(" ")
396 val = str(int(parts[0]) % int(parts[2]) + int(parts[4]) % int(parts[6]))
397 surl = surl.split('"')
398 burl = url.split("zippyshare.com")[0]
399 furl = burl + "zippyshare.com" + surl[1] + val + surl[-2]
400 print(furl)
401
402def megaup(url):
403 api = "https://api.emilyx.in/api"

Callers 1

direct_link_generatorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected