Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ _parse_links
Method
_parse_links
module/plugins/container/DLC.py:58–60 ·
view source on GitHub ↗
(start_node)
Source
from the content-addressed store, hash-verified
56
57
@staticmethod
58
def
_parse_links(start_node):
59
return
[node.getElementsByTagName(
"url"
)[0].firstChild.data.decode(
'base64'
)
60
for
node in start_node.getElementsByTagName(
"file"
)]
61
62
63
class
DLC(Container):
Callers
1
_parse_packages
Method · 0.80
Calls
1
decode
Method · 0.80
Tested by
no test coverage detected