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

Method handle_javascript

module/plugins/crypter/LinkCryptWs.py:228–230  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

226 self.container_html = container_html_text.splitlines()
227
228 def handle_javascript(self, line):
229 return self.js.eval(line.replace(
230 '{}))', "{}).replace('document.open();document.write','').replace(';document.close();',''))"))
231
232 def handle_container(self, container_type):
233 pack_links = []

Callers 2

handle_containerMethod · 0.95
handle_CNL2Method · 0.95

Calls 2

evalMethod · 0.80
replaceMethod · 0.45

Tested by

no test coverage detected