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

Function parse_fileInfo

module/plugins/internal/Base.py:21–23  ·  view source on GitHub ↗
(klass, url="", html="")

Source from the content-addressed store, hash-verified

19
20#@TODO: Remove in 0.4.10
21def parse_fileInfo(klass, url="", html=""):
22 info = klass.get_info(url, html)
23 return encode(info['name']), info['size'], info['status'], info['url']
24
25
26class Base(Plugin):

Callers 1

get_infoFunction · 0.85

Calls 2

encodeFunction · 0.85
get_infoMethod · 0.45

Tested by

no test coverage detected