diff --git a/meta.kdl b/meta.kdl index af3ebd0..9bcbe1d 100644 --- a/meta.kdl +++ b/meta.kdl @@ -1,5 +1,5 @@ title "y" -description "algorithmically-enhanced youtube-dl wrapper for audio-downloads" +description "algorithmically-enhanced yt-dlp (youtube-dl) wrapper for audio-downloads" type "code" tags "bash" "script" "file-download" "automation" license "AGPL" diff --git a/readme.md b/readme.md index 73f43a0..fb78771 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # y -> algorithmically-enhanced [youtube-dl](https://yt-dl.org) wrapper for audio-downloads +> algorithmically-enhanced yt-dlp (youtube-dl) wrapper for audio-downloads ## install @@ -15,7 +15,7 @@ ## requirments -- [`youtube_dl`](https://github.com/ytdl-org/youtube-dl) – the main thing +- [`yt-dlp`](https://github.com/yt-dlp/yt-dlp/) – the main thing - [`ffmpeg`](https://ffmpeg.org/download.html) – to convert files of diffrent formats - [`sd`](https://github.com/chmln/sd) – a better `sed` - [`lynx`](https://github.com/lynx/lynx) – to easily scrap web-pages diff --git a/y.sh b/y.sh index 39c15c7..09735f3 100755 --- a/y.sh +++ b/y.sh @@ -1,7 +1,7 @@ -#!/bin/bash +#!/usr/bin/env bash ## y -# > algorithmically-enhanced youtube-dl/yt-dlp wrapper for audio-downloads +# > algorithmically-enhanced yt-dlp (youtube-dl) wrapper for audio-downloads ## requires # - `python3 -m pip install --upgrade yt-dlp`