MCPcopy 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
63class DLC(Container):

Callers 1

_parse_packagesMethod · 0.80

Calls 1

decodeMethod · 0.80

Tested by

no test coverage detected