2
0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2025-08-29 14:52:42 -06:00

7 lines
91 B
Plaintext
Raw Normal View History

2012-11-29 14:12:06 +01:00
#!/usr/bin/env python
import youtube_dl
if __name__ == '__main__':
youtube_dl.main()