使用Windows,有几个程序可以从YouTube下载视频。有谁知道在Ubuntu上有什么免费软件可以做到这一点吗?
发布于 2013-01-28 10:59:26
我已经使用了Clipgrab,而且我对它没有太大的印象,因为它没有显示下载速度。
我更喜欢youtube。它是一个控制台应用程序,因此重量轻,并捆绑了许多功能。我最喜欢的youtube-dl功能之一是它可以下载youtube播放列表。
安装youtube-dl
sudo apt-get install youtube-dl别忘了看它的手册页和帮助。
man youtube-dl
youtube-dl -h发布于 2013-01-28 10:15:33
ClipGrab是一个免费的下载和转换器的YouTube,Vimeo,日动和许多其他在线视频网站。
发布于 2012-11-15 00:00:48
我用克莱夫来做这件事,效果很好。
dennis@lightning:~$ apt-cache show clive
...
Description-en: video extraction utility for YouTube, Google Video and others
clive is a command line utility for extracting videos from Youtube and other
video sharing Web sites. It was originally written to bypass the Adobe Flash
requirement needed to view the hosted videos. It is non-interactive, meaning
it can work in the background while the user is not logged on. This allows the
user to start an extraction and disconnect from the system, letting clive
finish the work.https://askubuntu.com/questions/217365
复制相似问题