In Firefox I use "DownloadHelper", is there a Mac OS X || Ubuntu command line tool that downloads YouTube videos for offline viewing?
Asked
Active
Viewed 2,981 times
1 Answers
22
Try youtube-dl. It's a CLI python script so it shall work on any platform that has python installed.
brew install youtube-dl– Natan Yellin Oct 11 '12 at 12:01pip3 install --user --upgrade youtube_dl– michael Oct 30 '22 at 03:57