#!/bin/bash

# ytdlpinstall -- Revision: 1.0 -- by Basalt Linux

ytdlpinstlr () {
  curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/bin/yt-dlp
  chmod a+rx /usr/bin/yt-dlp
}
ytdlpinstlr
