Fix hyprland, monitor management and waybar after lua switch
This commit is contained in:
9
scripts/utilities/download-youtube-mp4.sh
Executable file
9
scripts/utilities/download-youtube-mp4.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
# Usage: ./download-youtube 'URL'
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
echo "Erreur : donne une URL YouTube en argument."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
yt-dlp -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]" -o "%(title)s.%(ext)s" "$1"
|
||||
Reference in New Issue
Block a user