Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ newCaptchaTask
Method
newCaptchaTask
module/plugins/internal/Addon.py:199–200 ·
view source on GitHub ↗
(self, task)
Source
from the content-addressed store, hash-verified
197
198
#: Deprecated method, use `captcha_task` instead (Remove in 0.4.10)
199
def
newCaptchaTask(self, task):
200
return
self.captcha_task(task)
201
202
def
captcha_correct(self, task):
203
pass
Callers
1
handleCaptcha
Method · 0.80
Calls
1
captcha_task
Method · 0.95
Tested by
no test coverage detected