index
:
slackcoder/yt-dlp
master
A feature-rich command-line audio/video downloader
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()