0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-18 01:35:12 +00:00
yt-dlp/__main__.py

7 lines
91 B
Python
Raw Normal View History

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