nixos compat
This commit is contained in:
parent
b106069d2e
commit
05ee3f1aeb
2
meta.kdl
2
meta.kdl
|
@ -1,5 +1,5 @@
|
||||||
title "y"
|
title "y"
|
||||||
description "algorithmically-enhanced youtube-dl wrapper for audio-downloads"
|
description "algorithmically-enhanced yt-dlp (youtube-dl) wrapper for audio-downloads"
|
||||||
type "code"
|
type "code"
|
||||||
tags "bash" "script" "file-download" "automation"
|
tags "bash" "script" "file-download" "automation"
|
||||||
license "AGPL"
|
license "AGPL"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# y
|
# y
|
||||||
|
|
||||||
> algorithmically-enhanced [youtube-dl](https://yt-dl.org) wrapper for audio-downloads
|
> algorithmically-enhanced yt-dlp (youtube-dl) wrapper for audio-downloads
|
||||||
|
|
||||||
|
|
||||||
## install
|
## install
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
|
|
||||||
## requirments
|
## 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
|
- [`ffmpeg`](https://ffmpeg.org/download.html) – to convert files of diffrent formats
|
||||||
- [`sd`](https://github.com/chmln/sd) – a better `sed`
|
- [`sd`](https://github.com/chmln/sd) – a better `sed`
|
||||||
- [`lynx`](https://github.com/lynx/lynx) – to easily scrap web-pages
|
- [`lynx`](https://github.com/lynx/lynx) – to easily scrap web-pages
|
||||||
|
|
4
y.sh
4
y.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
## y
|
## y
|
||||||
# > algorithmically-enhanced youtube-dl/yt-dlp wrapper for audio-downloads
|
# > algorithmically-enhanced yt-dlp (youtube-dl) wrapper for audio-downloads
|
||||||
|
|
||||||
## requires
|
## requires
|
||||||
# - `python3 -m pip install --upgrade yt-dlp`
|
# - `python3 -m pip install --upgrade yt-dlp`
|
||||||
|
|
Loading…
Reference in New Issue