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>
This commit is contained in:
krisdoodle45
2022-03-29 03:28:41 +02:00
committed by GitHub
parent 4ba50116d9
commit 953d85619a
4 changed files with 6 additions and 6 deletions

View File

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