Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 680 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 680 Bytes

Short YouTube Downloader (sytdl)

sytdl, an acronym for Short YouTube Downloader, is a program for making the argument syntax of yt-dlp a little simpler. It provides four commonplace uses of yt-dlp for the user.

Installation

To install sytdl, download the zip file from the releases page. Extract it and cd into the sytdl folder. Run install.sh, and sytdl will be automatically installed to your /home/<user>/.local folder. You should then be able to run the program.

Requirements

  • sytdl requires the yt-dlp program. It can be installed anywhere that whereis will find it. Otherwise sytdl will not run.
  • sytdl is written and only tested on Linux.