1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-07-28 17:52:35 +02:00
youtube-dl/bin/youtube-dl

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