1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-08 09:01:09 +02:00
yt-dlp/__main__.py
2012-11-28 03:55:35 +01:00

7 lines
91 B
Python
Executable File

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