3

I have a Raspberry Pi running Ubuntu Mate 15.04 and have noticed that Youtube runs pretty slowly on it. I decided to try installing Minitube, but it said that it couldn't download "gdata.youtube.com/feeds/api/..." I tried to install smtube, but it simply said that it couldn't connect to Youtube. I thought this was pretty weird because I had Youtube open in Firefox directly in the background. smtube failure with youtube working in the background

The contents of my hosts file follow:

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

Is there any reason for Firefox to work, but not smtube or minitube?

Nonny Moose
  • 2,315

2 Answers2

3

I have found the solution, at least for me:
I only wanted a youtube client. mps-youtube works quite well for me.

Nonny Moose
  • 2,315
0

Got it working by using the following commands:

sudo pip install --upgrade youtube-dl
sudo apt-get install smtube smplayer

In smtube, select the the dl program.

Kevin Bowen
  • 20,055
  • 57
  • 82
  • 84