Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ result
Method
result
module/plugins/captcha/SolveMedia.py:94–99 ·
view source on GitHub ↗
(self, server, challenge)
Source
from the content-addressed store, hash-verified
92
return
result, challenge
93
94
def
result(self, server, challenge):
95
result = self.decrypt(server,
96
get={
'c'
: challenge},
97
cookies=True,
98
input_type=
"gif"
)
99
return
result
Callers
1
challenge
Method · 0.95
Calls
1
decrypt
Method · 0.45
Tested by
no test coverage detected