diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2011-11-21 19:59:59 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2011-11-21 19:59:59 +0100 |
commit | 235b3ba479af9c779dd2609ba07003c0748b1a25 (patch) | |
tree | fed5a5b3a61551c3721fd7cbe808222bbaaee462 /youtube-dl.dev | |
parent | 5b3330e0cfda443f4df86d827bb892781ecc832f (diff) |
Move code into a separate Python module
Diffstat (limited to 'youtube-dl.dev')
-rwxr-xr-x | youtube-dl.dev | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/youtube-dl.dev b/youtube-dl.dev new file mode 100755 index 000000000..473b7f42d --- /dev/null +++ b/youtube-dl.dev @@ -0,0 +1,6 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +import youtube_dl + +youtube_dl.main() |