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

Method main

CliYoutubeDownloader/CliYoutubeDownloader.py:76–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 )
75
76 def main(self):
77 try:
78 self.download()
79 except KeyboardInterrupt:
80 print("Canceled. ")
81 sys.exit(0)
82
83
84if __name__ == "__main__":

Callers 3

test_cat.pyFile · 0.45
mainFunction · 0.45

Calls 1

downloadMethod · 0.95

Tested by

no test coverage detected