Add yt-dlp. Comment youtube-dl

This commit is contained in:
RealStickman 2021-10-18 17:36:46 +02:00
parent ba7433d64d
commit 6bff6aea08

View File

@ -89,7 +89,8 @@ options=(0 "VirtManager" off # any option can be set to default to "on"
13 "Cemu" off 13 "Cemu" off
20 "Krita" off 20 "Krita" off
21 "Gimp" off 21 "Gimp" off
30 "Youtube-dl" off #30 "Youtube-dl" off
31 "YT-dlp" off
40 "Handbrake" off 40 "Handbrake" off
41 "Audacity" off 41 "Audacity" off
50 "Easystroke" on 50 "Easystroke" on
@ -135,6 +136,9 @@ do
#in_youtubedl=1 #in_youtubedl=1
echo "youtube-dl" >> "$setupdir/selectedpkgs.txt" echo "youtube-dl" >> "$setupdir/selectedpkgs.txt"
;; ;;
31)
printf '%s\n' 'yt-dlp' 'yt-dlp-drop-in' >> "$setupdir/aurselectedpkgs.txt"
;;
40) 40)
#in_handbrake=1 #in_handbrake=1
echo "handbrake" >> "$setupdir/selectedpkgs.txt" echo "handbrake" >> "$setupdir/selectedpkgs.txt"