MCPcopy Create free account
hub / github.com/geekcomputers/Python / getStream

Method getStream

CliYoutubeDownloader.py:39–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 self.chooseStream()
38
39 def getStream(self):
40 self.stream = self.youtube.streams[self.choose - 1]
41 self.getFileSize()
42
43 def getFileSize(self):
44 global file_size

Callers 1

validateChooseValueMethod · 0.95

Calls 1

getFileSizeMethod · 0.95

Tested by

no test coverage detected