commit 0b9836738f6ddf56ac7af29361c4674c14fe6c13
parent 1828d91369f95481233216d909714b289bf76111
Author: Alex Balgavy <alex@balgavy.eu>
Date: Sat, 13 Mar 2021 18:54:00 +0100
mpvq: use youtube-dl, whatever that's linked to
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/mpvq b/scripts/mpvq
@@ -18,7 +18,7 @@ play() {
# link archive
arc(){
- title=$(youtube-dlc --ignore-config --get-title "$1" 2>/dev/null)
+ title=$(youtube-dl --ignore-config --get-title "$1" 2>/dev/null)
printf "%b\n" "$title\t$1" >> "$HOME/.cache/mpv/linkarchive"
}