1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-01-25 15:43:47 +01:00
youtube-dl/bin/youtube-dl

7 lines
91 B
Plaintext
Raw Permalink Normal View History

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