index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
__main__.py
blob: fc3cc8ad88902fa25910777cd8a0959688079623 (
plain
)
1
2
3
4
5
6
#!/usr/bin/env python import youtube_dl if __name__ == '__main__': youtube_dl.main()