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

Method __init__

module/plugins/hoster/YoutubeCom.py:84–93  ·  view source on GitHub ↗
(self, priority, plugin=None)

Source from the content-addressed store, hash-verified

82 error_message = ""
83
84 def __init__(self, priority, plugin=None):
85 self.plugin = plugin
86 self.priority = priority
87
88 self.streams = []
89 self.start_time = (0, 0)
90 self.output_filename = None
91 self.error_message = ""
92
93 self.find()
94
95 @classmethod
96 def find(cls):

Callers 1

__init__Method · 0.45

Calls 1

findMethod · 0.95

Tested by

no test coverage detected