nixos compat

This commit is contained in:
Dym Sohin 2023-08-06 22:01:08 +02:00
parent b106069d2e
commit 05ee3f1aeb
3 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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

4
y.sh
View File

@ -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`