New repo skeleton, getting ready for PyPi

This commit is contained in:
Filippo Valsorda
2012-11-29 16:51:55 +01:00
parent 8192ebe1f8
commit cc51a7d4e0
9 changed files with 61 additions and 77 deletions

View File

@@ -1,6 +0,0 @@
#!/usr/bin/env python
import youtube_dl
if __name__ == '__main__':
youtube_dl.main()