From eee5edb2f60d9b6ff41061d9ada2e28087d85da7 Mon Sep 17 00:00:00 2001 From: david <14880945+ddelange@users.noreply.github.com> Date: Sun, 31 May 2020 23:15:54 +0200 Subject: [PATCH] Refer to /ytdl-org/youtube-dl --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e45e85..7c8a3e0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Download music or video from e.g. YouTube, Soundcloud, Instagram, Facebook. For ![yt](https://user-images.githubusercontent.com/14880945/62221781-86e1b400-b3b2-11e9-873f-2dd323bcf154.gif) ## Description -yt is a bash function that optimizes the use of youtube-dl for audio and videophiles with comprehensive and customizable presets, empirically tested on multiple streams. Maintains a download archive, to prevent duplicates when periodically downloading YouTube playlists or Soundcloud sets. Parses title ("%(artist)s - %(title)s") and retrieves a thumbnail, and injects these into file metadata. Adds the url id of the source to the filename, attempts to bypass geographical restrictions, and more. +[yt](https://github.com/ddelange/yt) is a pure-bash command-line tool that optimizes the use of [youtube-dl](https://github.com/ytdl-org/youtube-dl) for audio and videophiles with comprehensive and customizable presets, empirically tested on multiple streams. Maintains a download archive, to prevent duplicates when periodically downloading YouTube playlists or Soundcloud sets. Parses title ("%(artist)s - %(title)s") and retrieves a thumbnail, and injects these into file metadata. Adds the url id of the source to the filename, attempts to bypass geographical restrictions, and more. #### Features include, but are not limited to: - Parallel downloads @@ -66,7 +66,8 @@ Easiest would be using the [Windows Subsystem for Linux (WSL)](https://docs.micr - Put [`yt`](yt/yt) in your path. ## Usage -Type `yt -h` to print the following text and exit. Type `yt` to download audio files for the (space separated) URL(s) fetched from clipboard. +- Type `yt -h` to print the following text and exit. +- Type `yt` to download audio files for the (space separated) URL(s) fetched from clipboard. ``` NAME yt - fine-tuning the use of youtube-dl. Download music or video from e.g. YouTube,