Move code into a separate Python module

This commit is contained in:
Philipp Hagemeister 2011-11-21 19:59:59 +01:00
parent 5b3330e0cf
commit 235b3ba479
4 changed files with 4237 additions and 7 deletions

6
youtube-dl.dev Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import youtube_dl
youtube_dl.main()