aboutsummaryrefslogtreecommitdiff
path: root/youtube-dl
diff options
context:
space:
mode:
Diffstat (limited to 'youtube-dl')
-rwxr-xr-xyoutube-dl6
1 files changed, 0 insertions, 6 deletions
diff --git a/youtube-dl b/youtube-dl
deleted file mode 100755
index fc3cc8ad8..000000000
--- a/youtube-dl
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env python
-
-import youtube_dl
-
-if __name__ == '__main__':
- youtube_dl.main()