aboutsummaryrefslogtreecommitdiff
path: root/youtube-dl.dev
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-11-21 19:59:59 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2011-11-21 19:59:59 +0100
commit235b3ba479af9c779dd2609ba07003c0748b1a25 (patch)
treefed5a5b3a61551c3721fd7cbe808222bbaaee462 /youtube-dl.dev
parent5b3330e0cfda443f4df86d827bb892781ecc832f (diff)
downloadyoutube-dl-235b3ba479af9c779dd2609ba07003c0748b1a25.tar.xz
Move code into a separate Python module
Diffstat (limited to 'youtube-dl.dev')
-rwxr-xr-xyoutube-dl.dev6
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()