diff options
| author | krisdoodle45 <86745210+krisdoodle45@users.noreply.github.com> | 2022-03-29 03:28:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-29 01:28:41 +0000 |
| commit | 953d85619a8637e64da5344e727f443046187c74 (patch) | |
| tree | 010c814f43182309104104a29f7e87e0e5e84910 /.config/shell/aliasrc | |
| parent | 4ba50116d9228496ebbb32bfa2bc0ef7c5fefc8e (diff) | |
| download | eibhear-953d85619a8637e64da5344e727f443046187c74.tar.gz eibhear-953d85619a8637e64da5344e727f443046187c74.tar.zst eibhear-953d85619a8637e64da5344e727f443046187c74.zip | |
Replace youtube-dl with yt-dlp system-wide (#1019)
* Replace youtube-dl with yt-dlp in qndl
* Replace youtube-dl with yt-dlp in dmenuhandler
* Replace youtube-dl with yt-dlp in newsboat config
* Replace youtube-dl with yt-dlp in aliasrc
Co-authored-by: Luke Smith <luke@lukesmith.xyz>
Diffstat (limited to '.config/shell/aliasrc')
| -rw-r--r-- | .config/shell/aliasrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index a5cd9e1..27d4527 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -18,7 +18,7 @@ alias \ rm="rm -vI" \ bc="bc -ql" \ mkd="mkdir -pv" \ - yt="youtube-dl --add-metadata -i" \ + yt="yt-dlp --embed-metadata -i" \ yta="yt -x -f bestaudio/best" \ ffmpeg="ffmpeg -hide_banner" |
