From 27fe903c511691c078942bef5ee9a05a43b15c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 9 Jun 2021 17:54:27 -0500 Subject: initial --- bin/hypervideo | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bin/hypervideo (limited to 'bin/hypervideo') 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() -- cgit v1.2.3