我有一台运行 Ubuntu Mate 15.04 的 Raspberry Pi,我发现 Youtube 在其上运行非常慢。我决定尝试安装 Minitube,但它说无法下载“gdata.youtube.com/feeds/api/...”。我尝试安装 smtube,但它只是说无法连接到 Youtube。我认为这很奇怪,因为我在 Firefox 中直接在后台打开了 Youtube。
我的主机文件的内容如下:
127.0.0.1 localhost
127.0.1.1 RaspberryPi
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
为什么 Firefox 可以运行,而 smtube 或 minitube 却不可以?
答案1
我已经找到了解决方案,至少对我来说:
我只想要Ayoutube 客户端。mps-youtube
对我来说非常好用。
答案2
使用以下命令使其工作:
sudo pip install --upgrade youtube-dl
sudo apt-get install smtube smplayer
在 中smtube
,选择 dl 程序。