nixos compat
This commit is contained in:
parent
b106069d2e
commit
05ee3f1aeb
2
meta.kdl
2
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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue