1
0
mirror of https://github.com/l1ving/youtube-dl synced 2024-12-22 11:33:03 +08:00
youtube-dl/__main__.py

7 lines
91 B
Python
Raw Normal View History

#!/usr/bin/env python
import youtube_dl
if __name__ == '__main__':
youtube_dl.main()