aboutsummaryrefslogtreecommitdiff
path: root/youtube-dl.dev
diff options
context:
space:
mode:
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()