Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ setup
Method
setup
module/plugins/crypter/LinkdecrypterCom.py:29–30 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
REDIR_PATTERN = r
'<i>(Click <a href="./">here</a> if your browser does not redirect you).</i>'
28
29
def
setup(self):
30
self.req.setOption(
"timeout"
, 300)
31
32
def
decrypt(self, pyfile):
33
retries = 5
Callers
nothing calls this directly
Calls
1
setOption
Method · 0.80
Tested by
no test coverage detected