diff options
author | gcmalloc <gcmalloc@gmail.com> | 2012-11-29 14:12:06 +0100 |
---|---|---|
committer | gcmalloc <gcmalloc@gmail.com> | 2012-11-29 14:12:06 +0100 |
commit | caaa47d37215f498c033afb42972c135be8138d4 (patch) | |
tree | 565028662005eeaf1c4709f8fcc8653362f27ca3 /bin | |
parent | 10f100ac8a211d707ec4ffab685c90f38cfe8a7a (diff) |
adding the script hook
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/youtube-dl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/youtube-dl b/bin/youtube-dl new file mode 100755 index 000000000..fc3cc8ad8 --- /dev/null +++ b/bin/youtube-dl @@ -0,0 +1,6 @@ +#!/usr/bin/env python + +import youtube_dl + +if __name__ == '__main__': + youtube_dl.main() |