MCPcopy Create free account
hub / github.com/pyload/pyload / setup

Method setup

module/plugins/crypter/RelinkUs.py:63–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 WEB_LINK_PATTERN = r'<iframe name="Container" height="100%" frameborder="no" width="100%" src="(.+)"></iframe>'
62
63 def setup(self):
64 self.file_id = None
65 self.package = None
66 self.captcha = Captcha(self.pyfile)
67
68 def decrypt(self, pyfile):
69 #: Init

Callers

nothing calls this directly

Calls 1

CaptchaClass · 0.90

Tested by

no test coverage detected