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

Method flashgot

module/gui/CNLServer.py:173–178  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

171
172
173 def flashgot(self):
174 autostart = int(self.get_post('autostart', 0))
175 package = self.get_post('package', "FlashGot")
176 urls = filter(lambda x: x != "", self.get_post('urls').split("\n"))
177
178 self.add_package(package, urls, autostart)
179
180 def crossdomain(self):
181 rep = "<?xml version=\"1.0\"?>\n"

Callers

nothing calls this directly

Calls 4

get_postMethod · 0.95
add_packageMethod · 0.95
filterFunction · 0.85
splitMethod · 0.80

Tested by

no test coverage detected