aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorgcmalloc <gcmalloc@gmail.com>2012-11-29 14:12:06 +0100
committergcmalloc <gcmalloc@gmail.com>2012-11-29 14:12:06 +0100
commitcaaa47d37215f498c033afb42972c135be8138d4 (patch)
tree565028662005eeaf1c4709f8fcc8653362f27ca3 /bin
parent10f100ac8a211d707ec4ffab685c90f38cfe8a7a (diff)
downloadyoutube-dl-caaa47d37215f498c033afb42972c135be8138d4.zip
youtube-dl-caaa47d37215f498c033afb42972c135be8138d4.tar.gz
youtube-dl-caaa47d37215f498c033afb42972c135be8138d4.tar.bz2
adding the script hook
Diffstat (limited to 'bin')
-rwxr-xr-xbin/youtube-dl6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/youtube-dl b/bin/youtube-dl
new file mode 100755
index 0000000..fc3cc8a
--- /dev/null
+++ b/bin/youtube-dl
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+import youtube_dl
+
+if __name__ == '__main__':
+ youtube_dl.main()