1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00
yt-dlp/youtube-dl

7 lines
91 B
Text
Raw Normal View History

#!/usr/bin/env python
2012-11-26 17:22:39 -06:00
2012-11-29 07:12:06 -06:00
import youtube_dl
2012-11-27 11:30:34 -06:00
2012-11-29 07:12:06 -06:00
if __name__ == '__main__':
youtube_dl.main()