Skip to content

Commit c0ba0cc

Browse files
committed
yt <url-to-video> saves to desktop
1 parent 80b2bd5 commit c0ba0cc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bin/yt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/sh
2+
#
3+
# Downloads the embedded video on any web page straight to the desktop.
4+
#
5+
# youtube-dl, which is awesome:
6+
# https://rg3.github.io/youtube-dl/
7+
#
8+
9+
cd ~/Desktop && youtube-dl "$1"

0 commit comments

Comments
 (0)