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

Method add_stream

module/plugins/hoster/YoutubeCom.py:132–136  ·  view source on GitHub ↗
(self, streams)

Source from the content-addressed store, hash-verified

130 return self.CMD is not None
131
132 def add_stream(self, streams):
133 if isinstance(streams, list):
134 self.streams.extend(streams)
135 else:
136 self.streams.append(streams)
137
138 def set_start_time(self, start_time):
139 self.start_time = start_time

Callers 1

_postprocessMethod · 0.80

Calls 2

extendMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected