From 05ee3f1aebf499a54f5e4e094c8f77e8596a7e7b Mon Sep 17 00:00:00 2001 From: Dym Sohin Date: Sun, 6 Aug 2023 22:01:08 +0200 Subject: [PATCH] nixos compat --- meta.kdl | 2 +- readme.md | 4 ++-- y.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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`