Skip to content

Commit

Permalink
rip youtube-dl, long live youtube-dlp
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Aug 24, 2021
1 parent 90bfacc commit 184e33b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/yt
Expand Up @@ -2,8 +2,8 @@
#
# Downloads the embedded video on any web page straight to the desktop.
#
# youtube-dl, which is awesome:
# https://rg3.github.io/youtube-dl/
# youtube-dlp, which is awesome:
# https://github.com/yt-dlp/yt-dlp
#

cd ~/Desktop && youtube-dl "$1"
cd ~/Desktop && yt-dlp "$1"

0 comments on commit 184e33b

Please sign in to comment.