1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-16 08:02:46 +01: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()