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()