aboutsummaryrefslogtreecommitdiffstats
path: root/bin/yt-dlp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/yt-dlp')
-rw-r--r--bin/yt-dlp6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/yt-dlp b/bin/yt-dlp
new file mode 100644
index 000000000..baecdeb0a
--- /dev/null
+++ b/bin/yt-dlp
@@ -0,0 +1,6 @@
+#!/usr/bin/python
+
+import hypervideo_dl
+
+if __name__ == '__main__':
+ hypervideo_dl.main()