Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
def
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
26
class
Base(Plugin):
Callers
1
get_info
Function · 0.85
Calls
2
encode
Function · 0.85
get_info
Method · 0.45
Tested by
no test coverage detected