Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyload/pyload
/ detect_key
Method
detect_key
module/plugins/internal/CaptchaService.py:29–30 ·
view source on GitHub ↗
(self, data=None)
Source
from the content-addressed store, hash-verified
27
return
self.pyfile.plugin.data or self.pyfile.plugin.last_html or
""
28
29
def
detect_key(self, data=None):
30
raise
NotImplementedError
31
32
def
challenge(self, key=None, data=None):
33
raise
NotImplementedError
Callers
1
retrieve_key
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected