User:Zuhui/Prototyping/BASH
< User:Zuhui | Prototyping
Scripts
yt-dlp scripts
//go to directory I want to save the youtube file $yt-dlp (video url) //copy the name of the file $ffmpeg -i (name of the file) (filename+filetype) //this will convert to filetype that I want to download