1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2025-01-22 07:28:30 +00:00
yt-dlc/youtube-dl

7 lines
91 B
Text
Raw Normal View History

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