MCPcopy Index your code
hub / github.com/pyload/pyload / prepare

Method prepare

module/plugins/hoster/FilesMailRu.py:47–52  ·  view source on GitHub ↗

You have to wait some seconds. Otherwise you will get a 40Byte HTML Page instead of the file you expected

(self)

Source from the content-addressed store, hash-verified

45 self.my_post_process()
46
47 def prepare(self):
48 """
49 You have to wait some seconds. Otherwise you will get a 40Byte HTML Page instead of the file you expected
50 """
51 self.wait(10)
52 return True
53
54 def get_file_url(self):
55 """

Callers 1

processMethod · 0.95

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected