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

Method main

CliYoutubeDownloader.py:74–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers 5

tests.pyFile · 0.45
test_XOR_cipher.pyFile · 0.45

Calls 1

downloadMethod · 0.95

Tested by

no test coverage detected