aboutsummaryrefslogtreecommitdiffstats
path: root/bin/hypervideo
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hypervideo')
-rwxr-xr-xbin/hypervideo6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/hypervideo b/bin/hypervideo
new file mode 100755
index 0000000..73bf9b0
--- /dev/null
+++ b/bin/hypervideo
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+import hypervideo_dl
+
+if __name__ == '__main__':
+ hypervideo_dl.main()