Add yt-dlp. Comment youtube-dl
This commit is contained in:
parent
ba7433d64d
commit
6bff6aea08
@ -89,7 +89,8 @@ options=(0 "VirtManager" off # any option can be set to default to "on"
|
||||
13 "Cemu" off
|
||||
20 "Krita" off
|
||||
21 "Gimp" off
|
||||
30 "Youtube-dl" off
|
||||
#30 "Youtube-dl" off
|
||||
31 "YT-dlp" off
|
||||
40 "Handbrake" off
|
||||
41 "Audacity" off
|
||||
50 "Easystroke" on
|
||||
@ -135,6 +136,9 @@ do
|
||||
#in_youtubedl=1
|
||||
echo "youtube-dl" >> "$setupdir/selectedpkgs.txt"
|
||||
;;
|
||||
31)
|
||||
printf '%s\n' 'yt-dlp' 'yt-dlp-drop-in' >> "$setupdir/aurselectedpkgs.txt"
|
||||
;;
|
||||
40)
|
||||
#in_handbrake=1
|
||||
echo "handbrake" >> "$setupdir/selectedpkgs.txt"
|
||||
|
Loading…
Reference in New Issue
Block a user